markdown formatting in messages, sharper tool descriptions

This commit is contained in:
Damocles 2026-05-01 04:20:56 +02:00
parent 829a60854f
commit ef461797ad
4 changed files with 65 additions and 35 deletions

View file

@ -8,7 +8,7 @@ pedantic = { level = "warn", priority = -1 }
module_name_repetitions = "allow"
[dependencies]
matrix-sdk = { version = "0.14", features = ["e2e-encryption", "sqlite"] }
matrix-sdk = { version = "0.14", features = ["e2e-encryption", "sqlite", "markdown"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"