1
0
Fork 0
mirror of synced 2024-05-17 19:03:08 +12:00
czkawka/czkawka_cli/Cargo.toml

24 lines
522 B
TOML
Raw Normal View History

[package]
name = "czkawka_cli"
2022-04-24 10:05:21 +12:00
version = "4.1.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
2022-02-02 05:08:41 +13:00
edition = "2021"
2020-09-29 20:27:45 +13:00
description = "CLI frontend of Czkawka"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"
[dependencies]
2022-06-18 20:59:46 +12:00
clap = { version = "3.2.3", features = ["derive"]}
# 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"]