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