Make env_logger a dev dependency

It is only used by the examples; libraries should only depend on the
`log` crate.
pull/7/head
Ran Benita 8 years ago
parent ae30b8cd76
commit b5b9e77b03
  1. 4
      Cargo.toml

@ -20,7 +20,6 @@ base64 = "0.4.0"
byteorder = "1.0.0" byteorder = "1.0.0"
bytes = "0.4.1" bytes = "0.4.1"
httparse = "1.2.1" httparse = "1.2.1"
env_logger = "0.4.2"
log = "0.3.7" log = "0.3.7"
rand = "0.3.15" rand = "0.3.15"
sha1 = "0.2.0" sha1 = "0.2.0"
@ -30,3 +29,6 @@ utf-8 = "0.7.0"
[dependencies.native-tls] [dependencies.native-tls]
optional = true optional = true
version = "0.1.1" version = "0.1.1"
[dev-dependencies]
env_logger = "0.4.2"

Loading…
Cancel
Save