[package] name = "rival" version = "0.1.0" authors = ["Rick van der Wal "] edition = "2018" description = "A framework for creating computer players for turn-based games" readme = "README.md" repository = "https://github.com/Tortoaster/rival" license = "MIT OR Apache-2.0" keywords = ["adversarial", "search", "minimax", "negamax", "maxn"] categories = ["game-development"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] version-sync = "0.9.2"