Switch hero-supervisor dependency to Git URL in openrpc client

This commit is contained in:
Timur Gordon
2025-11-06 13:48:29 +01:00
parent 56a7e00edc
commit 8e79c343a7

View File

@@ -26,9 +26,8 @@ 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 = "../.." }
hero-job-client = { path = "../../../job/rust/client" }
# hero-job-client = { git = "https://git.ourworld.tf/herocode/job.git", subdirectory = "rust/client" }
hero-supervisor = { git = "https://git.ourworld.tf/herocode/supervisor.git" }
hero-job-client = { git = "https://git.ourworld.tf/herocode/job.git" }
env_logger = "0.11"
# WASM-specific dependencies