The idea for this crate is that it'll be the entry point for interacting with the chess engine.
12 lines
159 B
TOML
12 lines
159 B
TOML
[workspace]
|
|
members = [
|
|
"bitboard",
|
|
"board",
|
|
"chessfriend",
|
|
"core",
|
|
"explorer",
|
|
"moves",
|
|
"perft",
|
|
"position",
|
|
]
|
|
resolver = "3"
|