[package] name = "gameai" version = "0.0.2" description = "Library with various types of game ai for learning." authors = ["Justin Cullen "] license = "MIT" [dependencies] clap = ">=2.0.0" cpuprofiler = ">=0.0.3" rand = ">=0.3.0" rayon = ">=0.8.0" [profile.release] debug = true