Переглянути джерело

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"