Add log as a dependency, for tracing XML and stuff.
This commit is contained in:
parent
598bbdd523
commit
76619178a2
3 changed files with 7 additions and 1 deletions
|
|
@ -34,6 +34,8 @@ use xmpp_parsers::{
|
|||
stanza_error::{StanzaError, ErrorType, DefinedCondition},
|
||||
Jid, BareJid, FullJid, JidParseError,
|
||||
};
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
mod pubsub;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue