diff --git a/clients/openrpc/Cargo.toml b/clients/openrpc/Cargo.toml index d8ea7ae..a8b007d 100644 --- a/clients/openrpc/Cargo.toml +++ b/clients/openrpc/Cargo.toml @@ -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