15 lines
348 B
TOML
15 lines
348 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",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
olm-rs = { git = 'https://gitlab.gnome.org/jhaye/olm-rs/'}
|
|
olm-sys = { git = 'https://gitlab.gnome.org/BrainBlasted/olm-sys' }
|