From 36011c2e3cfaa9785b648dbb5e93c088033cbf9b Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Mon, 24 Apr 2023 19:28:22 +0000 Subject: [PATCH] Actually add the bonjour feature --- matter/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/matter/Cargo.toml b/matter/Cargo.toml index 85d113d..4ddc25b 100644 --- a/matter/Cargo.toml +++ b/matter/Cargo.toml @@ -19,6 +19,7 @@ default = ["std", "crypto_mbedtls", "nightly"] std = ["alloc", "env_logger", "chrono", "rand", "qrcode", "libmdns", "simple-mdns", "simple-dns", "smol"] alloc = [] nightly = [] +bonjour = ["astro-dnssd"] crypto_openssl = ["openssl", "foreign-types", "hmac", "sha2"] crypto_mbedtls = ["mbedtls", "alloc"] crypto_esp_mbedtls = ["esp-idf-sys"]