aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 565faa0475a6b5b44d7c6332e3ef0dcd111700c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "almanac"
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"
chrono-tz = "0.5"
itertools = "0.7"
colored = "1.6"

[dependencies.ical]
version = "0.5.*"
default-features = false
features = ["ical"]