diff --git a/components/Cargo.toml b/components/Cargo.toml index 83783f2..dc71940 100644 --- a/components/Cargo.toml +++ b/components/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type = ["cdylib", "rlib"] [dependencies] -osiris-client = { path = "../../osiris/client" } +osiris-client = { git = "https://git.ourworld.tf/herocode/osiris.git" } yew = { workspace = true } wasm-bindgen = { workspace = true } wasm-bindgen-futures = { workspace = true }