chessfriend/Cargo.toml
Eryn Wells 025ceb2694 [core] Move the contents of board::square to core::cordinates
Export Square, Direction, Rank, and File from the core crate.
2024-01-23 17:18:48 -08:00

7 lines
68 B
TOML

[workspace]
members = [
"board",
"core",
"explorer",
]