summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-10-08 19:39:42 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-10-08 19:39:42 +0200
commitc4c3b663c9fe0ead5ca320c94782df74dd620871 (patch)
treeec1dd882b0eb2e436a5b7e65536c580e65e20b81
parent0d23efb5b68aada4f56af080d92bafe76aab9276 (diff)
Add some meta information
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 37a12db..1db92f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,12 @@ authors = [
"Vincent Breitmoser <look@my.amazin.horse>",
"Matthias Beyer <mail@beyermatthias.de>"]
-edition = "2018"
+description = "Wrapping library around libical-sys"
+keywords = ["ical", "icalendar", "calendar"]
+categories = ["api-bindings"]
+readme = "./README.md"
+license = "GPL-2.0"
+edition = "2018"
[dependencies]
libc = "0.2.43"