From 01734698d263c869b840a18ef8a6000977177f28 Mon Sep 17 00:00:00 2001 From: SadlyNotSappho Date: Tue, 17 Jan 2023 14:16:33 -0800 Subject: [PATCH] Add matrix-sdk crates --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 15e4908..3e378ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +matrix-sdk = "0.6.2" +matrix-sdk-base = "0.6.1" +matrix-sdk-crypto = "0.6.0"