[package] name = "mctser" version = "0.1.2" authors = ["rikkaka "] license = "MIT" description = "An incridiblely easy-to-use library for Monte Carlo Tree Search" readme = "README.md" documentation = "https://docs.rs/mctser" homepage = "https://github.com/rikkaka/mctser" repository = "https://github.com/rikkaka/mctser" keywords = ["mcts", "game_ai"] categories = ["algorithms"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]