diff --git a/explorer/Cargo.toml b/explorer/Cargo.toml index 9689332..a81f966 100644 --- a/explorer/Cargo.toml +++ b/explorer/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" [dependencies] chessfriend_core = { path = "../core" } +chessfriend_board = { path = "../board" } chessfriend_moves = { path = "../moves" } chessfriend_position = { path = "../position" } clap = { version = "4.4.12", features = ["derive"] }