23 lines
367 B
TOML
23 lines
367 B
TOML
[package]
|
|
name = "genetisk"
|
|
version = "0.1.0"
|
|
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
|
|
|
|
[dependencies]
|
|
rayon = "0.9"
|
|
|
|
[[example]]
|
|
name = "parabole"
|
|
path = "examples/parabole.rs"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.3"
|
|
criterion = { git = "https://github.com/japaric/criterion.rs.git" }
|
|
|
|
[[bench]]
|
|
name = "parabole"
|
|
harness = false
|
|
|
|
[profile.release]
|
|
lto = true
|