summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb9e795..9749bee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ web-sys = { version = "0.3", features = ["Document", "Window"] }
 
 [dependencies]
 rocie-macros = { path = "./rocie-macros/" }
-rocie-client = { path = "../rocie-server/crates/rocie-client" }
+rocie-client = { version = "0.1" }
 leptos = { version = "0.8", features = ["csr"] }
 reactive_stores = { version = "0.2" }
 leptos_meta = { version = "0.8" }