an @-sign in a box
This commit is contained in:
commit
de081d7b1d
19 changed files with 2024 additions and 0 deletions
21
Cargo.toml
Normal file
21
Cargo.toml
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue