1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Update Cargo.lock, use hyper, libpulse-sys and lewton from crates.io.

This commit is contained in:
Paul Lietar 2017-08-03 21:30:01 +01:00
parent d1447d2bfb
commit 3a18d1f91d
5 changed files with 285 additions and 244 deletions

View file

@ -18,7 +18,7 @@ tempfile = "2.1"
vorbis = "0.1.0"
tremor = { git = "https://github.com/plietar/rust-tremor", optional = true }
lewton = { git = "https://github.com/RustAudio/lewton", optional = true }
lewton = { version = "0.6.2", optional = true }
[features]
with-tremor = ["tremor"]