[package] name = "rsneat" version = "0.1.0" authors = ["robert-hrusecky "] edition = "2018" license = "MIT" description = "A simple Neuroevolution of Augmenting Topolgies implementation" repository = "https://gitlab.com/robert-hrusecky/rsneat.git" readme = "README.md" [dependencies] rand = "0.6.4" rayon = "1.0.3"