put DOM stuff into a separate crate: minidom-rs
This commit is contained in:
parent
eec72b5332
commit
c18ace6230
5 changed files with 19 additions and 287 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue