Merge branch 'main' into rename-board-crate

# Conflicts:
#	explorer/src/main.rs
This commit is contained in:
Eryn Wells 2024-01-28 09:55:53 -08:00
commit 569693bda9
8 changed files with 138 additions and 34 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
chessfriend_core = { path = "../core" }
chessfriend_position = { path = "../position" }
chessfriend_position = { path = "../board" }
clap = { version = "4.4.12", features = ["derive"] }
rustyline = "13.0.0"
shlex = "1.2.0"