crypto: Add the user id and device id to the account.

This commit is contained in:
Damir Jelić 2020-07-10 15:20:55 +02:00
parent 7003ea2d23
commit 9bceb2f539

View file

@ -8,3 +8,7 @@ members = [
"matrix_sdk_common",
"matrix_sdk_common_macros",
]
[patch.crates-io]
olm-rs = { path = '/home/poljar/werk/matrix/olm-rs' }
olm-sys = { path = '/home/poljar/werk/matrix/olm-sys' }