From c4c3b663c9fe0ead5ca320c94782df74dd620871 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 8 Oct 2019 19:39:42 +0200 Subject: Add some meta information --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 ", "Matthias Beyer "] -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" -- cgit v1.2.3