1
0
Fork 0
mirror of synced 2024-05-10 07:22:36 +12:00
czkawka/czkawka_cli/Cargo.toml
Rafał Mikrut e731f5ed75
Faster similar images with reference folders (#826)
* Faster similar images with reference folders

* Still not works

* Probably works now

* Unnecessary assert when using reference folders

* HumanSize 2.0.0

* 1.62
2022-09-13 22:18:07 +02:00

26 lines
547 B
TOML

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