chessfriend/Cargo.toml
Eryn Wells 8dc1e859e0 [chessfriend] Empty crate
The idea for this crate is that it'll be the entry point for interacting with
the chess engine.
2025-06-16 19:29:57 -07:00

12 lines
159 B
TOML

[workspace]
members = [
"bitboard",
"board",
"chessfriend",
"core",
"explorer",
"moves",
"perft",
"position",
]
resolver = "3"