garbage/Cargo.toml

26 lines
455 B
TOML
Raw Normal View History

2019-06-26 07:46:46 +00:00
[package]
2019-11-27 01:04:04 +00:00
name = "garbage"
2020-03-06 05:40:06 +00:00
version = "0.2.0-rc2"
2019-06-26 07:46:46 +00:00
authors = ["Michael Zhang <iptq@protonmail.com>"]
2019-11-27 01:05:39 +00:00
description = "cli tool for interacting with the freedesktop trashcan"
license = "MIT"
2019-06-26 07:46:46 +00:00
edition = "2018"
2019-11-27 00:50:45 +00:00
[[bin]]
2019-11-27 01:04:04 +00:00
name = "garbage"
2019-11-27 00:50:45 +00:00
path = "src/main.rs"
2019-06-26 07:46:46 +00:00
[dependencies]
2019-11-30 05:02:19 +00:00
anyhow = "1.0"
2019-06-26 07:46:46 +00:00
chrono = "0.4"
2019-11-27 00:50:45 +00:00
env_logger = "0.7"
2019-06-26 07:46:46 +00:00
lazy_static = "1.0"
2019-12-05 07:06:49 +00:00
libc = "0.2"
libmount = "0.1"
2019-06-26 07:46:46 +00:00
log = "0.4"
regex = "1.1"
2019-11-27 00:50:45 +00:00
structopt = "0.3"
2019-11-30 05:02:19 +00:00
thiserror = "1.0"
2019-06-26 07:46:46 +00:00
walkdir = "2.2"
xdg = "2.2"