summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d4f87d1..f911f36 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
alphanumeric-sort = "^1"
chrono = "^0"
-dirs = "^1"
+dirs-next = "^2"
lazy_static = "^1"
libc = "^0"
open = "^1"
@@ -30,6 +30,7 @@ users = "^0"
whoami = "^0"
xdg = "^2"
phf = { version = "^0", features = ["macros"] }
+shellexpand = "^2"
# notify = { version = "5.0.0-pre.2" }
# fs_extra = "*"