aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4efc2cd7f4c6a4c03b4dc854d9055009a0ffc599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "almanac"
version = "0.1.0"
authors = ["meskio <meskio@sindominio.net>"]

[dependencies]
chrono = "0.4"
chrono-tz = "0.5"
itertools = "0.7"
colored = "1.6"

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