4c6c1d2107
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.
9 lines
170 B
TOML
9 lines
170 B
TOML
[workspace]
|
|
members = [
|
|
"matrix_sdk",
|
|
"matrix_sdk_base",
|
|
"matrix_sdk_test",
|
|
"matrix_sdk_test_macros",
|
|
"matrix_sdk_crypto",
|
|
"matrix_sdk_common",
|
|
]
|