8b77b4171a
- Only use send+sync when not using wasm - Use wasm capabale async_trait wrapper macro - Make room and room_member specific structs always clonable
10 lines
202 B
TOML
10 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",
|
|
]
|