1
0
Fork 0
mirror of synced 2024-05-17 10:54:04 +12:00
czkawka/czkawka_cli/Cargo.toml
2023-02-19 10:58:28 +01:00

26 lines
546 B
TOML

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