summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNoah Too <krivahtoo@gmail.com>2022-06-22 18:03:43 +0300
committerGitHub <noreply@github.com>2022-06-22 11:03:43 -0400
commitba9a5726ab31071c83e83fc808a910fccdbd86f7 (patch)
treec04165a357b9d355d07be3ad4f1bca8fe9f8e54c /Cargo.toml
parentf22eecdd3b7addb9b20ec4510106c6ee339d215e (diff)
Add `flat` command (#177)
* add `flat` command * fix bulk_rename command * fix `open_file` commands * update docs * fix errors found by clippy * fix errors found by clippy::unnecessary-to-owned * fix open and open_with commands * fix: crash on root dirs
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 bad3957..66084ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,6 +38,7 @@ unicode-width = "^0"
users = "^0"
whoami = "^1"
xdg = "^2"
+walkdir = "^2"
[features]
devicons = [ "phf" ]