about summary refs log tree commit diff
path: root/Cargo.toml
blob: c08edfe8fd4fe5279f344a8c93544cf07a592234 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "xanthous"
version = "0.1.0"
authors = ["Griffin Smith <root@gws.fyi>"]
edition = "2018"

[dependencies]
config = "*"
itertools = "*"
lazy_static = "*"
log = "*"
log4rs = "*"
proptest = "0.9.3"
proptest-derive = "*"
serde = "^1.0.8"
serde_derive = "^1.0.8"
termion = "*"
clap = {version = "^2.33.0", features = ["yaml"]}
prettytable-rs = "^0.8"

[dev-dependencies]