Merge remote-tracking branch 'origin/master' into feat/inventory_agent

This commit is contained in:
2025-08-19 12:56:10 -04:00
20 changed files with 1301 additions and 31 deletions

View File

@@ -13,6 +13,8 @@ members = [
"k3d",
"harmony_composer",
"harmony_inventory_agent",
"harmony_secret_derive",
"harmony_secret",
]
[workspace.package]
@@ -54,6 +56,7 @@ chrono = "0.4"
similar = "2"
uuid = { version = "1.11", features = ["v4", "fast-rng", "macro-diagnostics"] }
pretty_assertions = "1.4.1"
tempfile = "3.20.0"
bollard = "0.19.1"
base64 = "0.22.1"
tar = "0.4.44"