From ecb69675d0466c0022b9dbacd26026638dbe88d3 Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Sun, 11 Aug 2024 21:35:57 +0100 Subject: [PATCH] Update manifest fields --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a88af85..7d4e9d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "aetolia" version = "0.1.0" edition = "2021" +description = "Parsing, creation, validation and serialisation of iCalendar data" +license = "MPL-2.0" +repository = "https://github.com/EphyraSoftware/aetolia" [dependencies] nom = "7.1"