Parcourir la source

Add the log crate to dev-dependencies.

whitequark il y a 8 ans
Parent
commit
7a7ca32429
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"