diff --git a/client/Cargo.toml b/client/Cargo.toml index 8ce09a4..36418f0 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -10,7 +10,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json"] } anyhow = "1.0" thiserror = "1.0" chrono = "0.4" -hero-supervisor-openrpc-client = { path = "../../supervisor/clients/openrpc" } +hero-supervisor-openrpc-client = { git = "https://git.ourworld.tf/herocode/supervisor.git", features = ["openrpc_client"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] uuid = { version = "1.0", features = ["v4"] }