put DOM stuff into a separate crate: minidom-rs

This commit is contained in:
lumi 2017-02-19 21:00:59 +01:00
commit c18ace6230
5 changed files with 19 additions and 287 deletions

View file

@ -6,3 +6,6 @@ authors = ["lumi <lumi@pew.im>"]
[dependencies]
xml-rs = "*"
openssl = "*"
[dependencies.minidom]
git = "https://gitlab.com/lumi/minidom-rs.git"