forked from NationTech/harmony
split instrumentation in 2 different places: harmony domain (for domain observability) & harmoy composer (for build/commands observability)
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -1816,10 +1816,14 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"clap",
|
||||
"console",
|
||||
"env_logger",
|
||||
"harmony",
|
||||
"harmony_tui",
|
||||
"indicatif",
|
||||
"inquire",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
@@ -1834,10 +1838,11 @@ dependencies = [
|
||||
"current_platform",
|
||||
"env_logger",
|
||||
"futures-util",
|
||||
"harmony",
|
||||
"harmony_cli",
|
||||
"indicatif",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"once_cell",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user