ruwuma/Cargo.toml
2020-06-07 17:26:33 +02:00

9 lines
244 B
TOML

[workspace]
members = ["ruma", "ruma-*"]
# Required until ruma-events becomes part of the workspace
[patch.crates-io]
ruma-common = { path = "ruma-common" }
ruma-identifiers = { path = "ruma-identifiers" }
ruma-serde = { path = "ruma-serde" }