summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-01-14 20:57:37 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-01-14 20:57:37 +0100
commit51a1bc51b3d875ccb4f4cc9e08fcf4606656d0a3 (patch)
tree5c8a2731ff55576d1d514e43061cee2032667a10
parent80fb0fbd2c3ceb8be69be4ab89c6bc090d566319 (diff)
more metadata
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d1b5b04..4b42733 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,13 @@
[package]
name = "vobject"
description = "Simple VObject parsing library."
+
+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.1.0"
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]
license = "MIT"