diff --git a/Cargo.toml b/Cargo.toml index 3d1d6a5c..d87f7038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,10 @@ version = "0.1.0" [dependencies] hyper = "0.9.14" -ruma-client-api = { path = "../ruma-client-api" } ruma-identifiers = "0.6.0" serde = "0.8.21" serde_json = "0.8.4" url = "1.2.4" + +[dependencies.ruma-client-api] +git = "https://github.com/ruma/ruma-client-api"