|
@@ -17,9 +17,9 @@ num-traits = "0.2"
|
|
|
tempfile = "3.1"
|
|
|
aes-ctr = "0.3"
|
|
|
|
|
|
-tremor = { git = "https://github.com/plietar/rust-tremor", optional = true }
|
|
|
+librespot-tremor = { version = "0.1.0", optional = true }
|
|
|
vorbis = { version ="0.1.0", optional = true }
|
|
|
|
|
|
[features]
|
|
|
-with-tremor = ["tremor"]
|
|
|
+with-tremor = ["librespot-tremor"]
|
|
|
with-vorbis = ["vorbis"]
|