浏览代码

Add the log crate to dev-dependencies.

whitequark 8 年之前
父节点
当前提交
7a7ca32429
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

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