mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 07:27:45 -04:00
- Only use send+sync when not using wasm - Use wasm capabale async_trait wrapper macro - Make room and room_member specific structs always clonable
11 lines
202 B
TOML
11 lines
202 B
TOML
[workspace]
|
|
members = [
|
|
"matrix_sdk",
|
|
"matrix_sdk_base",
|
|
"matrix_sdk_test",
|
|
"matrix_sdk_test_macros",
|
|
"matrix_sdk_crypto",
|
|
"matrix_sdk_common",
|
|
"matrix_sdk_common_macros",
|
|
]
|