فهرست منبع

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"