summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-07-03 21:54:21 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-07-03 21:54:21 +0200
commite18a928db5916fce43c35dff585072dace0da7e0 (patch)
treed33c8d6c08a779b0f28ddff83ce540b3821160e4 /Cargo.lock
parentff05e4ab91b3b84ffb04b3d8089052112e7bd51c (diff)
Added a new "--verbose" option to the list command
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d56231..7084642 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -269,6 +269,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
+name = "humansize"
+version = "2.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
+dependencies = [
+ "libm",
+]
+
+[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -346,6 +355,12 @@ dependencies = [
]
[[package]]
+name = "libm"
+version = "0.2.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
+
+[[package]]
name = "libz-sys"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -682,6 +697,7 @@ dependencies = [
"comfy-table",
"get-port",
"git2",
+ "humansize",
"nix 0.26.2",
"once_cell",
"predicates",