summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6bbe6495570f2326699c33f2df1757013d4910fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "jt2"
version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"

[dependencies]
anyhow = "1"
chrono = "0.4"
directories-next = "2.0.0"
log = "0.4"
pretty_env_logger = "0.4"
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
structopt = "0.3"
tera = { version = "1", default-features = false }
thiserror = "1"