fix: rename without abbreviation and replace description with label
This commit is contained in:
parent
176c15e33b
commit
72d5c2c6be
3 changed files with 18 additions and 18 deletions
30
src-tauri/Cargo.lock
generated
30
src-tauri/Cargo.lock
generated
|
|
@ -1070,21 +1070,6 @@ version = "2.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "fct"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"anyhow",
|
|
||||||
"anyhow-tauri",
|
|
||||||
"image",
|
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
"showfile",
|
|
||||||
"tauri",
|
|
||||||
"tauri-build",
|
|
||||||
"tauri-plugin-dialog",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fdeflate"
|
name = "fdeflate"
|
||||||
version = "0.3.4"
|
version = "0.3.4"
|
||||||
|
|
@ -1104,6 +1089,21 @@ dependencies = [
|
||||||
"rustc_version",
|
"rustc_version",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "file-converter-tool"
|
||||||
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"anyhow",
|
||||||
|
"anyhow-tauri",
|
||||||
|
"image",
|
||||||
|
"serde",
|
||||||
|
"serde_json",
|
||||||
|
"showfile",
|
||||||
|
"tauri",
|
||||||
|
"tauri-build",
|
||||||
|
"tauri-plugin-dialog",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flate2"
|
name = "flate2"
|
||||||
version = "1.0.30"
|
version = "1.0.30"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "fct"
|
name = "file-converter-tool"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Generate a new file from a different supported file format."
|
description = "File Converter Tool"
|
||||||
authors = ["Mueez Khan"]
|
authors = ["Mueez Khan"]
|
||||||
license = ""
|
license = ""
|
||||||
repository = "https://github.com/rzmk/fct"
|
repository = "https://github.com/rzmk/fct"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"productName": "fct",
|
"productName": "File Converter Tool",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"identifier": "com.mueezkhan.fct",
|
"identifier": "com.mueezkhan.fct",
|
||||||
"build": {
|
"build": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue