1
0
Fork 0
mirror of synced 2024-05-18 19:32:43 +12:00
czkawka/czkawka_cli/Cargo.toml

26 lines
547 B
TOML
Raw Normal View History

[package]
name = "czkawka_cli"
2022-08-31 05:32:33 +12:00
version = "5.0.2"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
2022-02-02 05:08:41 +13:00
edition = "2021"
rust-version = "1.63"
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]
clap = { version = "3.2.22", features = ["derive"] }
# For enum types
image_hasher = "1.1.0"
[dependencies.czkawka_core]
path = "../czkawka_core"
2022-08-31 05:32:33 +12:00
version = "5.0.2"
features = []
[features]
default = []
heif = ["czkawka_core/heif"]