aboutsummaryrefslogtreecommitdiff
path: root/ticket/Cargo.toml
blob: 7d42f5fc085f86466c93855c9b54cb4963f62e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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]
anyhow = "*"
colored = "*"
paw = "*"
rustyline = "5.0"
serde = { version = "1.0", features = ["derive"] }
structopt = { version = "*", features = ["paw"] }
toml = "*"