RUST_LOG=debug can now be used in tokio-xmpp examples to see XMPP network traffic
This commit is contained in:
parent
ae67949e7a
commit
3ac741d666
7 changed files with 16 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue