27 lines
611 B
TOML
27 lines
611 B
TOML
[package]
|
|
name = "garbage"
|
|
version = "0.3.2"
|
|
authors = ["Michael Zhang <mail@mzhang.io>"]
|
|
description = "cli tool for interacting with the freedesktop trashcan"
|
|
repository = "https://git.sr.ht/~iptq/garbage"
|
|
license = "GPL-3.0"
|
|
edition = "2018"
|
|
|
|
[[bin]]
|
|
name = "garbage"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.19"
|
|
chrono-humanize = "0.2.1"
|
|
lazy_static = "1.4.0"
|
|
libc = "0.2.97"
|
|
libmount = "0.1.15"
|
|
log = "0.4.14"
|
|
percent-encoding = "2.1.0"
|
|
prettytable-rs = { version = "0.8.0", default-features = false }
|
|
stderrlog = "0.5.1"
|
|
structopt = "0.3.21"
|
|
thiserror = "1.0.25"
|
|
walkdir = "2.3.2"
|
|
xdg = "2.2.0"
|