Actually add the bonjour feature
This commit is contained in:
parent
52185ec9a4
commit
c28df04cb5
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ default = ["std", "crypto_mbedtls", "nightly"]
|
||||||
std = ["alloc", "env_logger", "chrono", "rand", "qrcode", "libmdns", "simple-mdns", "simple-dns", "smol"]
|
std = ["alloc", "env_logger", "chrono", "rand", "qrcode", "libmdns", "simple-mdns", "simple-dns", "smol"]
|
||||||
alloc = []
|
alloc = []
|
||||||
nightly = []
|
nightly = []
|
||||||
|
bonjour = ["astro-dnssd"]
|
||||||
crypto_openssl = ["openssl", "foreign-types", "hmac", "sha2"]
|
crypto_openssl = ["openssl", "foreign-types", "hmac", "sha2"]
|
||||||
crypto_mbedtls = ["mbedtls", "alloc"]
|
crypto_mbedtls = ["mbedtls", "alloc"]
|
||||||
crypto_esp_mbedtls = ["esp-idf-sys"]
|
crypto_esp_mbedtls = ["esp-idf-sys"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue