Actually add the bonjour feature

This commit is contained in:
ivmarkov 2023-04-24 19:28:22 +00:00
parent 52185ec9a4
commit c28df04cb5

View file

@ -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"]