Use external log crate
This commit is contained in:
parent
81a465d7c4
commit
7361b9e415
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue