switch from rustxml to minidom, doesn't work
This commit is contained in:
parent
fa08591162
commit
d4bd64370c
11 changed files with 241 additions and 205 deletions
|
|
@ -3,7 +3,9 @@ extern crate futures;
|
|||
extern crate tokio_core;
|
||||
extern crate tokio_io;
|
||||
extern crate bytes;
|
||||
extern crate xml;
|
||||
extern crate xml5ever;
|
||||
extern crate tendril;
|
||||
extern crate minidom;
|
||||
extern crate native_tls;
|
||||
extern crate tokio_tls;
|
||||
extern crate sasl;
|
||||
|
|
|
|||
Loading…
Reference in a new issue