split instrumentation in 2 different places: harmony domain (for domain observability) & harmoy composer (for build/commands observability)

This commit is contained in:
Ian Letourneau
2025-07-27 20:52:24 -04:00
parent 6f7e1640c1
commit 8fae9cf8c8
13 changed files with 209 additions and 120 deletions

View File

@@ -15,7 +15,8 @@ current_platform = "0.2.0"
futures-util = "0.3.31"
serde_json = "1.0.140"
cargo_metadata = "0.20.0"
harmony = { path = "../harmony" }
indicatif = "0.18.0"
console = "0.16.0"
lazy_static = "1.5.0"
once_cell = "1.21.3"
harmony_cli = { path = "../harmony_cli" }