summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 98ec949cce0c746059c490b0145d8a0f3817ec3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"
glob = "0.3.0"
log = "0.4"
pretty_env_logger = "0.4"
regex = "1.5.4"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
structopt = "0.3"
tera = { version = "1", default-features = false }
thiserror = "1"