summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parent883a20d31a05ca0b3eac09ee1952904ec0b2131a (diff)
add support for trashing files instead of permanently deleting
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 16703cf..90d7f54 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -195,6 +195,7 @@ dependencies = [
"structopt",
"termion",
"toml",
+ "trash",
"tui",
"unicode-width",
"users",
@@ -592,6 +593,15 @@ dependencies = [
]
[[package]]
+name = "trash"
+version = "1.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bbf511f5673142be74cd6a46cfb7e3da8d2b95bc08d2d46c072798e6ce8b5b9f"
+dependencies = [
+ "winapi",
+]
+
+[[package]]
name = "tui"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"