put DOM stuff into a separate crate: minidom-rs
This commit is contained in:
parent
eec72b5332
commit
c18ace6230
5 changed files with 19 additions and 287 deletions
|
|
@ -6,3 +6,6 @@ authors = ["lumi <lumi@pew.im>"]
|
|||
[dependencies]
|
||||
xml-rs = "*"
|
||||
openssl = "*"
|
||||
|
||||
[dependencies.minidom]
|
||||
git = "https://gitlab.com/lumi/minidom-rs.git"
|
||||
|
|
|
|||
Loading…
Reference in a new issue