Add Matrix support (part 1)

This commit is contained in:
ErrorNoInternet
2023-01-27 19:58:30 +08:00
parent 3844204a04
commit 2428f4717f
4 changed files with 1383 additions and 20 deletions

View File

@@ -18,3 +18,7 @@ strum = "0.24.1"
strum_macros = "0.24.1"
async-recursion = "1.0.0"
rand = "0.8.5"
[dependencies.matrix-sdk]
path = "../../GitHub/matrix-org/matrix-rust-sdk/crates/matrix-sdk"
version = "0.6.0"