diff options
author | Ruben Pollan | 2018-12-10 16:36:00 +0100 |
---|---|---|
committer | Ruben Pollan | 2018-12-10 16:36:00 +0100 |
commit | fe1fab184fac5beb1bc222ff46bcd6a32f20990d (patch) | |
tree | 33945467bf2dd27d843cec7769ddada876e0f307 | |
parent | bf08591d73c13bc94b66d557cb7ad6a9487f0503 (diff) |
Prepare to publish
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ name = "almanac" version = "0.1.0" authors = ["meskio <meskio@sindominio.net>"] +license = "GPL-3.0-or-later" +description = "Display calendar .ics in command line" [dependencies] chrono = "0.4" |