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
|
|
@ -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 = "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue