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

@ -7,8 +7,10 @@ authors = ["Astro <astro@spaceboyz.net>"]
futures = "*"
tokio-core = "0.1.7"
tokio-io = "*"
bytes = "*"
RustyXML = "*"
bytes = "0.4.4"
xml5ever = "*"
tendril = "*"
minidom = { path = "../../programs/minidom-rs" }
native-tls = "*"
tokio-tls = "*"
sasl = "*"