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

3
Cargo.lock generated
View File

@@ -2366,9 +2366,12 @@ version = "0.1.0"
dependencies = [
"actix-web",
"env_logger",
"harmony_macros",
"harmony_types",
"local-ip-address",
"log",
"mdns-sd 0.14.1 (git+https://github.com/jggc/mdns-sd.git?branch=patch-1)",
"reqwest 0.12.20",
"serde",
"serde_json",
"sysinfo",