1
0
Fork 0
mirror of synced 2024-05-13 17:02:31 +12:00
czkawka/czkawka_cli/Cargo.toml
Rafał Mikrut edfc8e7b5f
Random updates and modifications (#1070)
* Updates

* Rust embed

* GTK 4

* Handsome logger

* Handsome logger

* Lock

* DB

* Logging

* It compile

* Cleanup

* Sl

* Sl

* Slint

* 1.70.0

* Appimage
2023-10-05 08:06:47 +02:00

25 lines
576 B
TOML

[package]
name = "czkawka_cli"
version = "6.0.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021"
rust-version = "1.70.0"
description = "CLI frontend of Czkawka"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"
[dependencies]
clap = { version = "4.3", features = ["derive"] }
# For enum types
image_hasher = "1.2"
log = "0.4.20"
handsome_logger = "0.8"
czkawka_core = { path = "../czkawka_core", version = "6.0.0", features = [] }
[features]
default = []
heif = ["czkawka_core/heif"]