summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a8e81bf704b0f9e1daf9f5b6b224dd3c11d7ad8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"