mirror of
https://github.com/qarmin/czkawka
synced 2024-11-04 12:00:29 +00:00
a623f2be00
* Update all dependencies except trash which don't crosscompile on Windows
13 lines
355 B
TOML
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" |