blob: b5971b6d4152d4951d1f9702cc00a0ece516efcf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Cargo.toml.orig 2021-12-07 15:10:37.000000000 -0500
+++ Cargo.toml 2022-09-29 22:29:56.615602000 -0400
@@ -37,7 +37,7 @@
librespot-audio = { version = "0.2.0", default-features=false, features = ["with-tremor"] }
librespot-playback = { version = "0.2.0", default-features=false }
librespot-core = { version = "0.2.0"}
-librespot-connect = { version = "0.2.0"}
+librespot-connect = { version = "0.2.0", features = ["with-dns-sd"]}
toml = "0.5.8"
color-eyre = "0.5"
|