[board, core] Update error types to use thiserror::Error

This commit is contained in:
Eryn Wells 2025-05-19 08:34:32 -07:00
parent 539b1fca6e
commit b229049e27
6 changed files with 83 additions and 15 deletions

View file

@ -8,3 +8,4 @@ edition = "2021"
[dependencies]
chessfriend_bitboard = { path = "../bitboard" }
chessfriend_core = { path = "../core" }
thiserror = "2"