summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 081941e..9a4c329 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -393,6 +393,7 @@ dependencies = [
"unicode-segmentation",
"unicode-width",
"users",
+ "walkdir",
"whoami",
"xdg",
]