physarum/Cargo.toml
2021-03-01 18:22:24 -05:00

20 lines
291 B
TOML

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