summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-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"