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