|
@@ -6,6 +6,7 @@ dependencies = [
|
|
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"clippy 0.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"dns-sd 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"eventual 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hyper 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -14,6 +15,7 @@ dependencies = [
|
|
|
"libpulse-sys 0.0.0 (git+https://github.com/astro/libpulse-sys)",
|
|
|
"librespot-protocol 0.1.0",
|
|
|
"lmdb-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"openssl 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"portaudio 0.2.0 (git+https://github.com/mvdnes/portaudio-rs)",
|
|
@@ -123,6 +125,15 @@ dependencies = [
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "env_logger"
|
|
|
+version = "0.3.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex 0.1.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "eventual"
|
|
|
version = "0.1.6"
|