From 0c4ac324b8748a586df60ba45d2885cb8fde6138 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 9 Oct 2019 14:58:08 -0400 Subject: move to a real logging crate --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1c88a81..d64c9d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,9 @@ edition = "2018" bytes = "0.4" clap = "2" crossterm = "0.11" +env_logger = "0.7" futures = "0.1" +log = "0.4" mio = "0.6" rand = "0.7" ratelimit_meter = "5" -- cgit v1.2.3-54-g00ecf