aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 551bb3e..565faa0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,11 @@ version = "0.1.0"
authors = ["meskio <meskio@sindominio.net>"]
license = "GPL-3.0-or-later"
description = "Display calendar .ics in command line"
+readme = "README.md"
+homepage = "https://gitlab.com/meskio/almanac"
+repository = "https://gitlab.com/meskio/almanac"
+documentation = "https://docs.rs/almanac/"
+keywords = ["calendar", "ics", "ical", "terminal", "console"]
[dependencies]
chrono = "0.4"