From a3394f33f0dcc723a4ef3e2fe4667eaecdede653 Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Mon, 21 Jan 2019 20:45:46 -0600 Subject: Initial add of simple stats collector --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fa57435..4dd0db3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,8 @@ clap = "2" chrono = "0.4" hex = "0.3" base64 = "0.9" +hashbrown = "0.1" +humansize = "1.0" rusoto_core = { version = "0.36", optional = true } rusoto_kms = { version = "0.36", optional = true } -- cgit v1.2.3