initial commit

This commit is contained in:
lumi 2017-02-19 20:46:44 +01:00
commit 28045361f3
3 changed files with 320 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "minidom"
version = "0.1.0"
authors = ["lumi <lumi@pew.im>"]
[dependencies]
xml-rs = "*"