From d77345901cdfff11bfaacbc540725e931cff745f Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 25 Feb 2024 09:52:59 -0800 Subject: [PATCH] Add chessfriend_moves to the workspace --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index 90cedc0..53be692 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,6 +172,7 @@ name = "explorer" version = "0.1.0" dependencies = [ "chessfriend_core", + "chessfriend_moves", "chessfriend_position", "clap", "rustyline",