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

[dependencies]
chrono = "0.4"
chrono-tz = "0.5"

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