ensure event handlers are properly subscribed on init, extract duplicated progress functions, cleanup duplication

This commit is contained in:
Ian Letourneau
2025-07-30 12:22:04 -04:00
parent 8fae9cf8c8
commit ff7801a7c1
14 changed files with 240 additions and 72 deletions

View File

@@ -20,3 +20,4 @@ console = "0.16.0"
lazy_static = "1.5.0"
once_cell = "1.21.3"
harmony_cli = { path = "../harmony_cli" }
indicatif-log-bridge = "0.2.3"