[position] Add thiserror dependency

This commit is contained in:
Eryn Wells 2025-05-18 08:07:12 -07:00
parent 5553bab659
commit 669a7c00ec
2 changed files with 33 additions and 5 deletions

View file

@ -10,3 +10,4 @@ chessfriend_core = { path = "../core" }
chessfriend_bitboard = { path = "../bitboard" }
chessfriend_board = { path = "../board" }
chessfriend_moves = { path = "../moves" }
thiserror = "2"