15 lines
366 B
TOML
15 lines
366 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/poljar/olm-rs/', branch='pk-sas'}
|
|
olm-sys = { git = 'https://gitlab.gnome.org/BrainBlasted/olm-sys' }
|