summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFederico Stra <stra.federico@gmail.com>2021-06-27 15:30:35 +0200
committerFederico Stra <stra.federico@gmail.com>2021-06-27 15:41:39 +0200
commit00fae90e0dffc468c75bd362fa4220bc8650fb86 (patch)
treec84e4bdcd578f435ccc820d543e0546a2cae04a5 /Cargo.toml
parent5534cd7126eada8a040f00cd996295dfd42cb4c1 (diff)
Implement Ctrl+t move to trash
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 18d7218..0b9e6de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,7 @@ num_cpus = "1.10.0"
filesize = "0.2.0"
anyhow = "1.0.31"
colored = "2.0.0"
+trash = "2.0.1"
# 'tui' related
unicode-segmentation = { version = "1.3.0", optional = true }