diff --git a/Cargo.toml b/Cargo.toml index 500991d..cdf7687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,8 @@ readme = "README.md" keywords = ["mcts", "rust", "monte_carlo", "tree", "ai", "ml"] categories = ["algorithms", "data-structures"] +[features] +threads = [] [dependencies] rand = "~0.9"