improv(about): use byte-unit for display of memory and disk capacity
This commit is contained in:
parent
54c860f43d
commit
efdd934e62
4 changed files with 41 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue