stop leaking avahi clients (#1802)

* stop leaking avahi clients

* separate avahi to its own binary
This commit is contained in:
Aiden McClelland
2022-09-15 12:53:46 -06:00
committed by GitHub
parent a5f31fbf4e
commit ca53793e32
6 changed files with 214 additions and 230 deletions

View File

@@ -36,6 +36,10 @@ path = "src/bin/embassy-sdk.rs"
name = "embassy-cli"
path = "src/bin/embassy-cli.rs"
[[bin]]
name = "avahi-alias"
path = "src/bin/avahi-alias.rs"
[features]
avahi = ["avahi-sys"]
default = ["avahi", "sound", "metal", "js_engine"]