1
0
Fork 0
mirror of synced 2024-10-03 10:37:26 +13:00
czkawka/czkawka_cli/Cargo.toml
Rafał Mikrut a92cd1657c Heic WEBP
2022-06-08 20:41:51 +02:00

24 lines
No EOL
492 B
TOML

[package]
name = "czkawka_cli"
version = "4.1.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021"
description = "CLI frontend of Czkawka"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"
[dependencies]
structopt = "0.3.26"
# For enum types
image_hasher = "1.0.0"
[dependencies.czkawka_core]
path = "../czkawka_core"
version = "4.1.0"
features = []
[features]
default = []
heif = ["czkawka_core/heif"]