18 lines
265 B
TOML
18 lines
265 B
TOML
[package]
|
|
name = "rainbowcazzi"
|
|
version = "0.1.0"
|
|
authors = ["bic <bicno@autistici.org>"]
|
|
|
|
[dependencies]
|
|
crypto-hash = "0.3.1"
|
|
rayon = "1.0.2"
|
|
memmap = "0.7.0"
|
|
structopt = "0.2.10"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.1.2"
|
|
|
|
[[bench]]
|
|
name = "sbocco"
|
|
harness = false
|