summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-01-14 20:51:44 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-01-14 20:55:29 +0100
commit80fb0fbd2c3ceb8be69be4ab89c6bc090d566319 (patch)
tree1f4f4b81f7ae72944833132dd51bd44ff2b6b5c0
parent83dad0d04a32bf996fd0b828626ef40241ab38b2 (diff)
Metadata updates
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c946b74..d1b5b04 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "vobject"
-version = "0.0.1"
+description = "Simple VObject parsing library."
+version = "0.1.0"
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
license = "MIT"
@@ -8,5 +9,5 @@ license = "MIT"
name = "vobject"
path = "src/vobject/lib.rs"
-[dependencies.peg]
-git = "https://github.com/kevinmehall/rust-peg.git"
+[dependencies]
+peg = "0.1.3"