From 7361b9e415e95b1bc3bd8bf36417793784f76176 Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Wed, 24 Dec 2014 10:16:28 +0100 Subject: [PATCH] Use external log crate --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 38b2514e..15778725 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,9 @@ git = "https://github.com/alexcrichton/bzip2-rs" [dependencies.time] git = "https://github.com/rust-lang/time.git" +[dependencies.log] +git = "https://github.com/rust-lang/log.git" + [[bin]] name = "extract" test = false