Enable syntax-highlighting in tokio-xmpp

This makes logs much nicer to read.
This commit is contained in:
Emmanuel Gil Peyrot 2024-06-04 18:06:22 +02:00
parent 7c85e6e006
commit f09a1cff2d

View File

@ -15,5 +15,6 @@ hsluv = "0.3.1"
sha1 = "0.10.6"
tokio = { version = "1", features = [ "rt" ] }
xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs" }
tokio-xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", features = ["syntax-highlighting"] }
async-channel = "2.3.1"
env_logger = { version = "0.11.3", default-features = false, features = ["color", "auto-color", "humantime"] }