mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 17:59:24 +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"]
|
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"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue