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

@ -34,6 +34,8 @@ use xmpp_parsers::{
stanza_error::{StanzaError, ErrorType, DefinedCondition},
Jid, BareJid, FullJid, JidParseError,
};
#[macro_use]
extern crate log;
mod pubsub;