aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 551bb3ec8e911bad934e69e1104dc69bdff41fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"

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

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