Add log as a dependency, for tracing XML and stuff.

This commit is contained in:
Emmanuel Gil Peyrot 2019-09-29 04:08:56 +02:00
commit 76619178a2
3 changed files with 7 additions and 1 deletions

View file

@ -18,3 +18,4 @@ tokio-xmpp = "1.0.1"
xmpp-parsers = "0.15"
futures = "0.1"
tokio = "0.1"
log = "0.4"