garbage/Cargo.toml
2020-10-31 19:17:01 -05:00

28 lines
518 B
TOML

[package]
name = "garbage"
version = "0.2.1"
authors = ["Michael Zhang <iptq@protonmail.com>"]
description = "cli tool for interacting with the freedesktop trashcan"
license = "MIT"
edition = "2018"
[profile.release]
lto = true
panic = "abort"
[[bin]]
name = "garbage"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.33"
chrono = "0.4.19"
lazy_static = "1.4.0"
libc = "0.2.80"
libmount = "0.1.15"
log = "0.4.11"
structopt = "0.3.20"
thiserror = "1.0.21"
walkdir = "2.3.1"
xdg = "2.2.0"
percent-encoding = "2.1.0"