17 lines
256 B
TOML
17 lines
256 B
TOML
[package]
|
|
name = "rainbowcazzi"
|
|
version = "0.1.0"
|
|
authors = ["bic <bicno@autistici.org>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
crypto-hash = "0.3.1"
|
|
crossbeam-channel = "0.2.6"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.1.2"
|
|
|
|
[[bench]]
|
|
name = "sbocco"
|
|
harness = false
|