RUST_LOG=debug can now be used in tokio-xmpp examples to see XMPP network traffic

This commit is contained in:
xmppftw xmppftw 2023-06-05 13:06:52 +02:00 committed by pep
commit 3ac741d666
7 changed files with 16 additions and 1 deletions

View file

@ -31,6 +31,9 @@ rxml = "0.9.1"
webpki-roots = { version = "0.23", optional = true }
rand = "^0.8"
[dev-dependencies]
env_logger = "0.10"
[build-dependencies]
rustc_version = "0.4"