summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-12-09 18:58:54 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-12-09 18:58:54 +0100
commit3241022a730dab89f13cbefbefdb583fd6a00994 (patch)
treed4bad2e3d42e4b6725ecb7e18c9d58909015d012 /Cargo.toml
parent7b7bad5564d0e87eea4b4bd2d32066063a13b554 (diff)
feat: Add total size to header bar and change to aggregate, human-readable item count.
This changes the display from `(2034 items)` to `(2k items, 213 MB)`, providing an overview of the total amount of storage used along with the total amount of files on a particular hiearchy level.
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 8370b42..817b94c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,6 +39,7 @@ open = { version = "5.0", optional = true }
wild = "2.0.4"
owo-colors = "3.5.0"
human_format = "1.0.3"
+once_cell = "1.19"
[[bin]]
name="dua"