Add chessfriend_moves to the workspace

This commit is contained in:
Eryn Wells 2024-02-25 09:52:59 -08:00
parent f1cd36952b
commit d77345901c

1
Cargo.lock generated
View file

@ -172,6 +172,7 @@ name = "explorer"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"chessfriend_core", "chessfriend_core",
"chessfriend_moves",
"chessfriend_position", "chessfriend_position",
"clap", "clap",
"rustyline", "rustyline",