[package] name = "harmony_inventory_agent" version = "0.1.0" edition = "2024" [dependencies] actix-web = "4.4" sysinfo = "0.30" serde.workspace = true serde_json.workspace = true log.workspace = true env_logger.workspace = true tokio.workspace = true thiserror.workspace = true # mdns-sd = "0.14.1" mdns-sd = { git = "https://github.com/jggc/mdns-sd.git", branch = "patch-1" } local-ip-address = "0.6.5"