From c290f00b9ec5519e714b58f6191b6ecbb0282d71 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 13 Jul 2024 08:09:02 -0700 Subject: [PATCH] [board] fen declaration --- board/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/board/src/lib.rs b/board/src/lib.rs index e599040..d22d32b 100644 --- a/board/src/lib.rs +++ b/board/src/lib.rs @@ -2,6 +2,7 @@ pub mod castle; pub mod en_passant; +pub mod fen; mod board; mod builder;