physarum/Cargo.toml
2021-03-02 14:40:12 -05:00

21 lines
320 B
TOML

[package]
name = "physarum"
version = "0.1.0"
authors = ["mindv0rtex <mindv0rtex@users.noreply.github.com>"]
edition = "2018"
[dependencies]
image = "0.23"
indicatif = "0.15"
itertools = "0.10"
rand = "0.8"
rand_distr = "0.4"
rayon = "1.5"
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "trig"
harness = false