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

[dependencies]
structopt = "0.3"
anyhow = "1"
thiserror = "1"