[package] name = "libreversi" version = "0.1.0" authors = ["Kushagra Gupta "] edition = "2018" license = "MIT" description = "A backend for reversi game with enemy AI using MiniMax Algorithm" homepage = "https://github.com/Kushagra-0801/Libreversi" repository = "https://github.com/Kushagra-0801/Libreversi" readme = "README.md" keywords = ["gamedev", "engine", "reversi", "othello"] categories = ["game-development"] [dependencies]