Skip to content

Commit 5363975

Browse files
committed
Expand information in Cargo.toml
1 parent 150a7db commit 5363975

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
[package]
22
name = "RustyXML"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
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"
511

612
[lib]
713
name = "xml"

0 commit comments

Comments
 (0)