소스 검색

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"