feat: Can now discover inventory agent and download its host definition, next up save it to db

This commit is contained in:
2025-08-30 20:01:52 -04:00
parent f9906cb419
commit e548bf619a
11 changed files with 135 additions and 41 deletions

View File

@@ -12,6 +12,9 @@ log.workspace = true
env_logger.workspace = true
tokio.workspace = true
thiserror.workspace = true
reqwest.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"
harmony_types = { path = "../harmony_types" }
harmony_macros = { path = "../harmony_macros" }