summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
parentbf4da4e1c4444fb490f85516efc518bb238e1652 (diff)
Adds keybinding for 'c' to toggle sorting by number of items
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 89d6e1b..221c7ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,6 +38,7 @@ tui-react = { version = "0.19.0", optional = true }
open = { version = "5.0", optional = true }
wild = "2.0.4"
owo-colors = "3.5.0"
+human_format = "1.0.3"
[[bin]]
name="dua"