initial commit
This commit is contained in:
commit
28045361f3
3 changed files with 320 additions and 0 deletions
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "minidom"
|
||||
version = "0.1.0"
|
||||
authors = ["lumi <lumi@pew.im>"]
|
||||
|
||||
[dependencies]
|
||||
xml-rs = "*"
|
||||
Loading…
Reference in a new issue