improv(about): use byte-unit for display of memory and disk capacity

This commit is contained in:
Ian Douglas Scott 2023-02-15 21:19:08 -08:00 committed by GitHub
parent 54c860f43d
commit efdd934e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 41 additions and 2 deletions

View file

@ -7,6 +7,7 @@ license = "MPL-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byte-unit = { version = "4.0.18", default-features = false }
const_format = "0.2.30"
concat-in-place = "1.1.0"
sysinfo = "0.27.7"