1
0
Fork 0
mirror of synced 2024-05-02 11:33:00 +12:00

Add more info about packages

This commit is contained in:
Rafał Mikrut 2020-09-29 09:27:45 +02:00
parent 3599bd3e20
commit fe78ca4428
4 changed files with 18 additions and 1 deletions

View file

@ -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" }

View file

@ -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"

View file

@ -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

View file

@ -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" }