fix: remove indicatif in harmony_cli to simplify logging and fixing interactions
All checks were successful
Run Check Script / check (pull_request) Successful in 1m7s

This commit is contained in:
Ian Letourneau
2025-08-15 11:26:54 -04:00
parent 67f3a23071
commit 8bb4a9d3f6
4 changed files with 122 additions and 134 deletions

View File

@@ -22,6 +22,7 @@ indicatif = "0.18.0"
lazy_static = "1.5.0"
log.workspace = true
indicatif-log-bridge = "0.2.3"
chrono.workspace = true
[dev-dependencies]
harmony = { path = "../harmony", features = ["testing"] }