From f09a1cff2d73b1f1f36c23e379371ef2d1ea48bf Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 4 Jun 2024 18:06:22 +0200 Subject: [PATCH] Enable syntax-highlighting in tokio-xmpp This makes logs much nicer to read. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fc1c906..917872f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }