tokio-xmpp: Add some ugly premature logging useful for debugging
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
7c15653fac
commit
db9f7a76be
2 changed files with 17 additions and 19 deletions
|
|
@ -15,6 +15,7 @@ edition = "2018"
|
|||
bytes = "0.4"
|
||||
futures = "0.1"
|
||||
idna = "0.2"
|
||||
log = "0.4"
|
||||
native-tls = "0.2"
|
||||
sasl = "0.4"
|
||||
tokio = "0.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue