aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-11-04 10:11:15 +0100
committerAlex Auvolat <alex@adnab.me>2021-11-04 10:11:58 +0100
commit927a369036a6c54fb4116274c229d7647a038be4 (patch)
tree842d6fed82d7138be4a482badf0568a38222b580 /Cargo.lock
parentda95f014a22485d97085a5890689ae4f54c11cb5 (diff)
downloadsledcli-927a369036a6c54fb4116274c229d7647a038be4.tar.gz
sledcli-927a369036a6c54fb4116274c229d7647a038be4.zip
add ll and lu commands to show table sizes
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 f7aa5a7..e6785fb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -196,6 +196,12 @@ dependencies = [
]
[[package]]
+name = "humansize"
+version = "1.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
+
+[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -425,6 +431,7 @@ version = "0.0.1"
dependencies = [
"anyhow",
"hexdump",
+ "humansize",
"rustyline",
"sled",
"structopt",