diff --git a/czkawka_cli/Cargo.toml b/czkawka_cli/Cargo.toml index 92a954c..4fd713d 100644 --- a/czkawka_cli/Cargo.toml +++ b/czkawka_cli/Cargo.toml @@ -3,6 +3,10 @@ name = "czkawka_cli" version = "0.1.4" authors = ["Rafał Mikrut "] edition = "2018" +description = "CLI frontend of Czkawka" +license = "MIT" +homepage = "https://github.com/qarmin/czkawka" +repository = "https://github.com/qarmin/czkawka" [dependencies] czkawka_core = { path = "../czkawka_core" } \ No newline at end of file diff --git a/czkawka_core/Cargo.toml b/czkawka_core/Cargo.toml index 96b26fa..06fa512 100644 --- a/czkawka_core/Cargo.toml +++ b/czkawka_core/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "czkawka_core" version = "0.1.4" -authors = ["Rafał Mikrut "] +authors = ["Rafał Mikrut "] edition = "2018" +description = "Core of Czkawka app" +license = "MIT" +homepage = "https://github.com/qarmin/czkawka" +repository = "https://github.com/qarmin/czkawka" + [dependencies] humansize = "1" diff --git a/czkawka_gui/Cargo.toml b/czkawka_gui/Cargo.toml index 440f563..14bdc5a 100644 --- a/czkawka_gui/Cargo.toml +++ b/czkawka_gui/Cargo.toml @@ -3,6 +3,10 @@ name = "czkawka_gui" version = "0.1.4" authors = ["Rafał Mikrut "] edition = "2018" +description = "GTK frontend of Czkawka" +license = "MIT" +homepage = "https://github.com/qarmin/czkawka" +repository = "https://github.com/qarmin/czkawka" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/czkawka_gui_orbtk/Cargo.toml b/czkawka_gui_orbtk/Cargo.toml index e4ff363..f9c13cb 100644 --- a/czkawka_gui_orbtk/Cargo.toml +++ b/czkawka_gui_orbtk/Cargo.toml @@ -3,6 +3,10 @@ name = "czkawka_gui_orbtk" version = "0.1.4" authors = ["Rafał Mikrut "] edition = "2018" +description = "Orbtk frontend of Czkawka" +license = "MIT" +homepage = "https://github.com/qarmin/czkawka" +repository = "https://github.com/qarmin/czkawka" [dependencies] czkawka_core = { path = "../czkawka_core" }