Files
dag-mcts/Cargo.toml

16 lines
303 B
TOML

[package]
name = "dag-mcts"
version = "0.2.0"
authors = ["Stu Black <trurl@freeshell.org>"]
edition = "2018"
[dependencies]
log = "0.4.6"
rand = "0.7.0"
rayon = "1"
search-graph = { git = "https://git.sdf.org/trurl/search-graph.git", branch = "main" }
rand_pcg = "0.2.0"
[dev-dependencies]
r4 = "1.0"