cleanup and refactor

This commit is contained in:
Timur Gordon
2025-11-13 14:41:30 +01:00
parent 4b516d9d7e
commit 2625534152
29 changed files with 2662 additions and 3276 deletions

View File

@@ -25,9 +25,10 @@ hero-job = { git = "https://git.ourworld.tf/herocode/job.git" }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
jsonrpsee = { version = "0.24", features = ["http-client", "macros"] }
tokio = { version = "1.0", features = ["full"] }
hero-supervisor = { path = "../core" }
# hero-supervisor = { path = "../core" } # Removed to break cyclic dependency
hero-job-client = { git = "https://git.ourworld.tf/herocode/job.git" }
env_logger = "0.11"
http = "1.0"
# WASM-specific dependencies
[target.'cfg(target_arch = "wasm32")'.dependencies]