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:
parent
eb7c65e77b
commit
a2ff374787
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue