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

[dependencies]
anyhow = "1.0.79"
chrono = "0.4.31"
clap = { version = "4.4.16", features = ["derive"] }
directories-next = "2.0.0"
glob = "0.3.1"
log = "0.4.20"
pretty_env_logger = "0.5.0"
regex = "1.10.2"
serde = { version = "1.0.195", features = ["derive"] }
serde_yaml = "0.9.30"
tera = { version = "1.19.1", default-features = false }
thiserror = "1.0.56"