Fix build errors in explorer

This commit is contained in:
Eryn Wells 2024-02-25 09:52:49 -08:00
parent d668091d0d
commit f1cd36952b
2 changed files with 11 additions and 8 deletions

View file

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