Add a "threads" feature for mutli-threading

This commit is contained in:
David Kruger 2025-06-30 19:49:45 -07:00
parent a2711f341f
commit 04a55f0a56

View File

@ -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"