From 0eae92bc7038219247ebb72de324933372f26213 Mon Sep 17 00:00:00 2001 From: Matthew Blode Date: Wed, 20 Jan 2021 09:56:29 +1100 Subject: cd with tilde expansion --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 = "*" -- cgit v1.2.3