aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Pollan2018-12-10 16:55:27 +0100
committerRuben Pollan2018-12-10 16:55:27 +0100
commita45cf07e92b58f29aa88413a30d921edba48872f (patch)
treee2b80f0bcfabafa98642d59c59aba2718b9b0725 /Cargo.toml
parentfe1fab184fac5beb1bc222ff46bcd6a32f20990d (diff)
Update readme and usage
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"