[package] name = "mcts-rs" version = "0.1.0" authors = ["Payton Webber "] edition = "2021" description = "A Rust implementation of Monte Carlo Tree Search (MCTS) using an arena allocator." license = "MIT" repository = "https://github.com/PaytonWebber/mcts-rs" readme = "README.md" keywords = ["mcts", "arena-allocator", "rust"] categories = ["algorithms", "data-structures"] [dependencies] rand = "0.8.5"