1
0
Fork 0
mirror of synced 2024-05-02 19:44:09 +12:00
czkawka/czkawka_cli/Cargo.toml
2022-02-01 17:08:41 +01:00

16 lines
411 B
TOML

[package]
name = "czkawka_cli"
version = "4.0.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]
czkawka_core = { path = "../czkawka_core", version = "4.0.0" }
structopt = "0.3.25"
# For enum types
img_hash = "3.2.0"