Fix discovery compilation with-dns-sd

This commit is contained in:
Roderick van Domburg 2021-12-27 00:47:17 +01:00
parent b622e3811e
commit 643b39b40e
No known key found for this signature in database
GPG key ID: A9EF5222A26F0451

View file

@ -27,7 +27,6 @@ tokio = { version = "1.0", features = ["parking_lot", "sync", "rt"] }
[dependencies.librespot-core]
path = "../core"
default_features = false
version = "0.3.1"
[dev-dependencies]
@ -36,4 +35,4 @@ hex = "0.4"
tokio = { version = "1.0", features = ["macros", "parking_lot", "rt"] }
[features]
with-dns-sd = ["dns-sd"]
with-dns-sd = ["dns-sd", "librespot-core/with-dns-sd"]