Initial commit.

This commit is contained in:
2017-12-19 09:45:31 +01:00
commit be38bf5bd7
5 changed files with 298 additions and 0 deletions

17
Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[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"
[profile.release]
lto = true