mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-28 02:59:57 -04:00
Simplify Cargo workspace configuration
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -1,11 +1,2 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"crates/matrix-qrcode",
|
||||
"crates/matrix-sdk",
|
||||
"crates/matrix-sdk-appservice",
|
||||
"crates/matrix-sdk-base",
|
||||
"crates/matrix-sdk-common",
|
||||
"crates/matrix-sdk-crypto",
|
||||
"crates/matrix-sdk-test",
|
||||
"crates/matrix-sdk-test-macros",
|
||||
]
|
||||
members = ["crates/*"]
|
||||
|
||||
Reference in New Issue
Block a user