put DOM stuff into a separate crate: minidom-rs

This commit is contained in:
lumi 2017-02-19 21:00:59 +01:00
commit c18ace6230
5 changed files with 19 additions and 287 deletions

View file

@ -1,11 +1,11 @@
extern crate xml;
extern crate openssl;
extern crate minidom;
pub mod ns;
pub mod transport;
pub mod error;
pub mod jid;
pub mod client;
pub mod tree;
mod locked_io;