mirror of https://git.FreeBSD.org/ports.git
12 lines
371 B
TOML
12 lines
371 B
TOML
--- 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"
|
|
|