summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-11-02 14:00:58 +0800
committerGitHub <noreply@github.com>2023-11-02 14:00:58 +0800
commit16a6f9eec6079a08d31159e296f6009034bd533c (patch)
treeb962fadd053b67a5e0155fc1410631a15050b7cb /Cargo.lock
parentcf9b9f063420b153225d4e2ff49e22a2f97dbddf (diff)
Display bandwidth in different unit families (#328)
* Allow selecting unit families - Supported units are {binary,SI}-{bytes,bits} * Fix typo * Better error msg in the unreachable case * - I can't believe I did this. Frankly, terrible. * Add unit test * Add peta&pebi units to be absolutely future-proof * Minor code style improvement
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 816e39d..5ae051c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -187,6 +187,7 @@ dependencies = [
"resolv-conf",
"rstest",
"simplelog",
+ "strum",
"sysinfo",
"thiserror",
"tokio",