1
0
Fork 0
mirror of synced 2024-05-14 01:12:41 +12:00
czkawka/czkawka_cli/Cargo.toml
Rafał Mikrut a623f2be00
Update all dependencies except trash which don't crosscompile on Windows (#395)
* Update all dependencies except trash which don't crosscompile on Windows
2021-07-21 21:48:21 +02:00

13 lines
355 B
TOML

[package]
name = "czkawka_cli"
version = "3.1.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018"
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.22"