summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2017-11-06 12:48:30 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2017-11-06 12:48:30 +0100
commit39f4a0228ff7c9a67e830a4167b4cfcbd3369138 (patch)
tree6795b1cba3fd4502ed8fa4800c1add4d79174c8c
parent50d72dffafb023f27610a7dbe2761673467b5b1c (diff)
Version 0.4.0
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1bc8af2..61686e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,17 +1,17 @@
[package]
name = "vobject"
+version = "0.4.0"
description = "Simple VObject parsing library."
+authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
+license = "MIT"
+
homepage = "http://rust-vobject.unterwaditzer.net/"
documentation = "http://rust-vobject.unterwaditzer.net/"
repository = "https://github.com/untitaker/rust-vobject"
readme = "README.md"
keywords = ["vobject", "icalendar", "calendar", "contacts"]
-version = "0.3.0"
-authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
-license = "MIT"
-
[dependencies]
error-chain = "0.11"