[core] Rename core → chess_core

This commit is contained in:
Eryn Wells 2024-01-24 08:29:16 -08:00
parent 406631b617
commit 3c3a62345d
4 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@
members = [ members = [
"board", "board",
"core", "chess_core",
"explorer", "explorer",
] ]

View file

@ -1,5 +1,5 @@
[package] [package]
name = "core" name = "chess_core"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"