Use external log crate

This commit is contained in:
Mathijs van de Nes 2014-12-24 10:16:28 +01:00
parent 81a465d7c4
commit 7361b9e415

View file

@ -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