1
0
Fork 0
mirror of synced 2024-05-17 19:03:08 +12:00
czkawka/czkawka_cli/Cargo.toml
Rafał Mikrut 7cb355a359
6.0.0 version (#988)
* 4.10 and build heif for all

* 4.10

* Disable heif in windows build

* A1

* B1
2023-06-11 08:51:21 +02:00

26 lines
544 B
TOML

[package]
name = "czkawka_cli"
version = "6.0.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021"
rust-version = "1.67.1"
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"
[dependencies.czkawka_core]
path = "../czkawka_core"
version = "6.0.0"
features = []
[features]
default = []
heif = ["czkawka_core/heif"]