Enable syntax-highlighting in tokio-xmpp
This makes logs much nicer to read.
This commit is contained in:
parent
7c85e6e006
commit
f09a1cff2d
|
@ -15,5 +15,6 @@ hsluv = "0.3.1"
|
||||||
sha1 = "0.10.6"
|
sha1 = "0.10.6"
|
||||||
tokio = { version = "1", features = [ "rt" ] }
|
tokio = { version = "1", features = [ "rt" ] }
|
||||||
xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs" }
|
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"
|
async-channel = "2.3.1"
|
||||||
env_logger = { version = "0.11.3", default-features = false, features = ["color", "auto-color", "humantime"] }
|
env_logger = { version = "0.11.3", default-features = false, features = ["color", "auto-color", "humantime"] }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user