Hello world!
This commit is contained in:
commit
9cf1521775
9 changed files with 892 additions and 0 deletions
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "xmpp-parsers"
|
||||
version = "0.1.0"
|
||||
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
||||
|
||||
[dependencies]
|
||||
minidom = "0.1.1"
|
||||
Loading…
Reference in a new issue