diff options
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 40efa58e..e410c6c4 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -37,3 +37,5 @@ log = "0.4" # File picker fuzzy-matcher = "0.3" ignore = "0.4" +# shellexpand = "2.1" +dirs-next = "2.0" |