summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPiotr Wach <pwach@bloomberg.net>2023-12-08 10:49:13 +0000
committerPiotr Wach <pwach@bloomberg.net>2023-12-08 22:34:56 +0000
commit8df0b4c5dc5ee3f512f8812dff709a77cfb18f2f (patch)
tree552730382e6750ad37b4a955be79e2725a4cccbe /Cargo.lock
parentbf4da4e1c4444fb490f85516efc518bb238e1652 (diff)
Adds keybinding for 'c' to toggle sorting by number of items
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e3078b1..430c886 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -277,6 +277,7 @@ dependencies = [
"clap",
"crosstermion",
"filesize",
+ "human_format",
"itertools",
"jwalk",
"num_cpus",
@@ -361,6 +362,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
[[package]]
+name = "human_format"
+version = "1.0.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "86cce260d758a9aa3d7c4b99d55c815a540f8a37514ba6046ab6be402a157cb0"
+
+[[package]]
name = "idna"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"