Integrate ruma-common
This commit is contained in:
parent
40b51d73a3
commit
bb037a5c42
@ -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"] }
|
||||
|
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user