From 17ef61a126e81c9ecfd1ebdd89537e854a06cae6 Mon Sep 17 00:00:00 2001 From: boasting-squirrel Date: Wed, 13 Mar 2019 19:30:54 +0100 Subject: Switched to standard Rust logging system --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 922e1ca..e9cce56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,4 +41,5 @@ tar = "0.4" bytes = "0.4.12" futures = "0.1.25" libflate = "0.1.21" -failure = "0.1.5" \ No newline at end of file +failure = "0.1.5" +log = "0.4.6" \ No newline at end of file -- cgit v1.2.3