[package] name = "evolution_rs" description = "A small Rust library for solving maximization problems using genetic algorithms." version = "0.2.0" authors = ["Matevž Fabjančič "] edition = "2018" license = "MIT" [dependencies] rand = "0.3" [lib] name = "evolution_rs" path = "src/lib.rs" [[bin]] name = "main" path = "src/main.rs"