Move a bunch of stuff from the position::move module over to a new chessfriend_moves crate
This commit is contained in:
parent
1958c1a50e
commit
f69c7d4c96
6 changed files with 257 additions and 2 deletions
10
moves/Cargo.toml
Normal file
10
moves/Cargo.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "chessfriend_moves"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
chessfriend_core = { path = "../core" }
|
||||
chessfriend_bitboard = { path = "../bitboard" }
|
Loading…
Add table
Add a link
Reference in a new issue