rainbow-rs/Cargo.toml

18 lines
265 B
TOML
Raw Normal View History

2018-09-20 17:27:02 +02:00
[package]
name = "rainbowcazzi"
version = "0.1.0"
authors = ["bic <bicno@autistici.org>"]
[dependencies]
crypto-hash = "0.3.1"
2018-09-28 14:19:30 +02:00
rayon = "1.0.2"
memmap = "0.7.0"
2018-09-28 18:41:29 +02:00
structopt = "0.2.10"
2018-09-20 17:27:02 +02:00
[dev-dependencies]
criterion = "0.1.2"
[[bench]]
name = "sbocco"
harness = false