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

@@ -20,7 +20,7 @@ readme = "README.md"
license = "GNU AGPL v3"
[workspace.dependencies]
log = "0.4"
log = { version = "0.4", features = ["kv"] }
env_logger = "0.11"
derive-new = "0.7"
async-trait = "0.1"