Hello world!

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-18 20:44:36 +01:00
commit 9cf1521775
9 changed files with 892 additions and 0 deletions

7
Cargo.toml Normal file
View 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"