We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150a7db commit 5363975Copy full SHA for 5363975
Cargo.toml
@@ -1,7 +1,13 @@
1
[package]
2
name = "RustyXML"
3
-version = "0.0.1"
+version = "0.1.0"
4
authors = [ "Florian Zeitz <florob@babelmonkeys.de>" ]
5
+license = "MIT"
6
+homepage = "https://github.com/Florob/RustyXML"
7
+repository = "https://github.com/Florob/RustyXML"
8
+description = "A SAX-like streaming XML parser, and a DOM-like interface based on that"
9
+keywords = [ "XML", "parser" ]
10
+readme = "README.md"
11
12
[lib]
13
name = "xml"
0 commit comments