Add the log crate to dev-dependencies.

This commit is contained in:
whitequark 2017-01-31 11:32:53 +00:00
parent 4ef94b4e61
commit c0074eda11
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ log = { version = "0.3", default-features = false, optional = true }
libc = { version = "0.2.18", optional = true }
[dev-dependencies]
log = "0.3"
env_logger = "0.4"
getopts = "0.2"