added matrix support, added matrix-sdk dependency
Some checks failed
build / docker (push) Has been cancelled

This commit is contained in:
2026-02-22 17:59:57 -05:00
parent afea8a09fe
commit 598870689d
11 changed files with 2189 additions and 107 deletions

View File

@@ -19,3 +19,6 @@ rand = { version = "0.10.0", features = ["thread_rng"] }
chrono = { version = "0.4.38" }
serde = "1.0.214"
serde_json = "1.0.132"
matrix-sdk = { version = "0.16.0", features = [
"rustls-tls",
], default-features = false }