From 9bceb2f53933bb2e9a9499f6a3114354c1642cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 10 Jul 2020 15:20:55 +0200 Subject: [PATCH] crypto: Add the user id and device id to the account. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fc993d0a..8f31e073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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' }