aboutsummaryrefslogtreecommitdiff
path: root/ticket/Cargo.toml
blob: d8119356e87750fca8543740d298a160f169967a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ticket"
version = "0.1.0"
authors = ["Michael Gattozzi <mgattozzi@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
paw = "*"
structopt = { version = "*", features = ["paw"] }
anyhow = "*"