Fix build errors in explorer
This commit is contained in:
parent
d668091d0d
commit
f1cd36952b
2 changed files with 11 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue