Use quick_xml crate instead of xml
This commit is contained in:
parent
1a9a100bdc
commit
99a4ad5cac
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
extern crate xml;
|
extern crate quick_xml;
|
||||||
extern crate xmpp_parsers;
|
extern crate xmpp_parsers;
|
||||||
extern crate openssl;
|
extern crate openssl;
|
||||||
extern crate minidom;
|
extern crate minidom;
|
||||||
|
|
Loading…
Reference in a new issue