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