1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00
This commit is contained in:
Felix Prillwitz 2025-10-01 15:43:03 +02:00 committed by GitHub
commit a91299b104
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ edition.workspace = true
default = ["with-libmdns", "native-tls"] default = ["with-libmdns", "native-tls"]
# Discovery backends # Discovery backends
with-avahi = ["dep:serde", "dep:zbus"] with-avahi = ["dep:serde", "dep:zbus", "futures-util/async-await-macro"]
with-dns-sd = ["dep:dns-sd"] with-dns-sd = ["dep:dns-sd"]
with-libmdns = ["dep:libmdns"] with-libmdns = ["dep:libmdns"]