arkham/Cargo.toml

19 lines
344 B
TOML
Raw Normal View History

2021-06-19 07:20:29 +00:00
[package]
name = "arkham"
version = "0.1.0"
authors = ["Joe Bellus <joe@5sigma.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# indicatif = "0.15.0"
console = "0.14.0"
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "arg_parsing"
harness = false