an @-sign in a box

This commit is contained in:
Griffin Smith 2019-07-05 22:45:57 -04:00
commit de081d7b1d
19 changed files with 2024 additions and 0 deletions

21
Cargo.toml Normal file
View file

@ -0,0 +1,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]