diff --git a/discovery/Cargo.toml b/discovery/Cargo.toml index 2f86d5ac..148f2888 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -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"]