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"
|
||||
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]]
|
||||
name = "fdeflate"
|
||||
version = "0.3.4"
|
||||
|
|
@ -1104,6 +1089,21 @@ dependencies = [
|
|||
"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]]
|
||||
name = "flate2"
|
||||
version = "1.0.30"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue