Integrate ruma-common

This commit is contained in:
Jonas Platte 2020-06-05 01:43:39 +02:00
parent 40b51d73a3
commit bb037a5c42
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
matches = "0.1.8"
ruma-serde = "0.2.2"
ruma-serde = { version = "0.2.2", path = "../ruma-serde" }
serde = { version = "1.0.111", features = ["derive"] }
serde_json = { version = "1.0.53", features = ["raw_value"] }
strum = { version = "0.18.0", features = ["derive"] }

View File

@ -18,7 +18,7 @@ client-api = ["ruma-api", "ruma-client-api", "ruma-events"]
federation-api = ["ruma-api", "ruma-federation-api", "ruma-signatures"]
[dependencies]
ruma-common = "0.1.3"
ruma-common = { version = "0.1.3", path = "../ruma-common" }
ruma-identifiers = "0.16.2"
ruma-events = { version = "0.21.3", optional = true }