blob: 23393e4b7c3ecd3a2ee75189b5720b9c72197245 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Cargo.toml.orig 2023-04-20 21:37:30 UTC
+++ Cargo.toml
@@ -35,7 +35,7 @@
librespot-playback = { version = "0.4", default-features = false }
librespot-core = { version = "0.4" }
librespot-discovery = { version = "0.4" }
-librespot-connect = { version = "0.4" }
+librespot-connect = { version = "0.4", features = ["with-dns-sd"]}
toml = "0.7"
color-eyre = "0.6"
|