diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 7b01430..01baedc 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -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" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3c3f1da..e6b4ceb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] -name = "fct" +name = "file-converter-tool" version = "0.1.0" -description = "Generate a new file from a different supported file format." +description = "File Converter Tool" authors = ["Mueez Khan"] license = "" repository = "https://github.com/rzmk/fct" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 70cff88..e6ac350 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "productName": "fct", + "productName": "File Converter Tool", "version": "0.1.0", "identifier": "com.mueezkhan.fct", "build": {