1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00

fix: add missing feature for avahi

This commit is contained in:
Felix Prillwitz 2025-09-24 22:26:36 +02:00
parent eb7c65e77b
commit a2ff374787
No known key found for this signature in database
GPG key ID: DE334B43606D1455

View file

@ -13,7 +13,7 @@ edition.workspace = true
default = ["with-libmdns", "native-tls"]
# 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-libmdns = ["dep:libmdns"]