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

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