1
0
Fork 0
mirror of synced 2024-05-23 21:59:48 +12:00
czkawka/czkawka_cli/Cargo.toml

13 lines
355 B
TOML
Raw Permalink Normal View History

[package]
name = "czkawka_cli"
2021-01-22 08:52:43 +13:00
version = "2.3.2"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018"
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]
czkawka_core = { path = "../czkawka_core" }
structopt = "0.3.18"