2
0
mirror of https://github.com/qarmin/czkawka synced 2024-11-04 12:00:29 +00:00
czkawka/czkawka_cli/Cargo.toml

16 lines
411 B
TOML
Raw Normal View History

[package]
name = "czkawka_cli"
2021-11-22 05:48:07 +00:00
version = "3.3.1"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018"
2020-09-29 07:27:45 +00:00
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 = "3.3.1" }
structopt = "0.3.25"
# For enum types
img_hash = "3.2.0"