Add Matrix dependencies

This commit is contained in:
ErrorNoInternet
2023-01-28 19:10:46 +08:00
parent 2428f4717f
commit 27146341a6
2 changed files with 90 additions and 155 deletions

View File

@@ -10,7 +10,7 @@ azalea-block = "0.5.0"
azalea-core = "0.5.0"
toml = "0.5.10"
serde = { version = "1.0", features = ["derive"] }
tokio = "1.24.1"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
anyhow = "1.0.68"
colored = "2.0.0"
chrono = "0.4.23"
@@ -18,7 +18,4 @@ 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"
matrix-sdk = "0.6.2"