aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8acfe25315653ef9fca6b3a6f6dcad8d0dce3396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "almanac"
version = "0.4.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.9"
colored = "1.9"
toml = "0.5"
serde = "1.0"
serde_derive = "1.0"
dirs = "2.0"

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