Add more info about packages

pull/29/head
Rafał Mikrut 4 years ago
parent 3599bd3e20
commit fe78ca4428

@ -3,6 +3,10 @@ name = "czkawka_cli"
version = "0.1.4"
authors = ["Rafał Mikrut <mikrutrafal54@gmail.com>"]
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" }

@ -1,8 +1,13 @@
[package]
name = "czkawka_core"
version = "0.1.4"
authors = ["Rafał Mikrut <mikrutrafal54@gmail.com>"]
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018"
description = "Core of Czkawka app"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"
[dependencies]
humansize = "1"

@ -3,6 +3,10 @@ name = "czkawka_gui"
version = "0.1.4"
authors = ["Rafał Mikrut <mikrutrafal54@gmail.com>"]
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

@ -3,6 +3,10 @@ name = "czkawka_gui_orbtk"
version = "0.1.4"
authors = ["Rafał Mikrut <mikrutrafal54@gmail.com>"]
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" }

Loading…
Cancel
Save