summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-12-26 21:45:46 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-12-26 21:45:46 -0500
commit2b2672123d31bdcfd579916fa3fdc6cd961008a3 (patch)
tree3537f86ff7e4eb7b0851db7974138edc3e105556 /Cargo.toml
parent883a20d31a05ca0b3eac09ee1952904ec0b2131a (diff)
add support for trashing files instead of permanently deleting
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index abfcad1..12e12c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ serde_derive = "^1"
shell-words = "^1"
structopt = "^0"
termion = "^1"
+trash = "^1"
toml = "^0"
tui = "^0"
unicode-width = "^0"