mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 14:35:20 -04:00
This crate was used to support different trait bounds on WASM vs other targets, since we only define async traits in a couple of places having a whole crate to support this feels a bit excessive. This patch defines a target specific super trait instead, this lowers the compile time a couple of seconds.
10 lines
170 B
TOML
10 lines
170 B
TOML
[workspace]
|
|
members = [
|
|
"matrix_sdk",
|
|
"matrix_sdk_base",
|
|
"matrix_sdk_test",
|
|
"matrix_sdk_test_macros",
|
|
"matrix_sdk_crypto",
|
|
"matrix_sdk_common",
|
|
]
|