From 5f09cc0bbb5c72774431638b3a52cde59d089831 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 5 Mar 2021 16:28:48 +0100 Subject: Use the bytesize crate to format size of memory nicely Signed-off-by: Matthias Beyer --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b449064..8ca0c75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ anyhow = "1" aquamarine = "0.1.6" ascii_table = ">= 3.0.2" atty = "0.2" +bytesize = "1" chrono = "0.4" clap = "3.0.0-beta.2" clap_generate = "3.0.0-beta.2" -- cgit v1.2.3