Only activate the client parts of ruma-client-api

… to reduce compile times.
This commit is contained in:
Jonas Platte 2021-04-19 12:23:09 +02:00
parent 401cf282a7
commit 1578067498
No known key found for this signature in database
GPG key ID: CC154DE0E30B7C67

View file

@ -23,7 +23,7 @@ async-trait = "0.1.42"
version = "0.0.3"
git = "https://github.com/ruma/ruma"
rev = "c816630058ab625d93ebab294e9e6c02dd9d866c"
features = ["client-api", "compat", "unstable-pre-spec"]
features = ["client-api-c", "compat", "unstable-pre-spec"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
uuid = { version = "0.8.2", default-features = false, features = ["v4", "serde"] }