switch from rustxml to minidom, doesn't work

This commit is contained in:
Astro 2017-07-17 20:53:00 +02:00
commit d4bd64370c
11 changed files with 241 additions and 205 deletions

View file

@ -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;