Add Matrix dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user