[core] Rename core → chess_core
This commit is contained in:
parent
406631b617
commit
3c3a62345d
4 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
members = [
|
members = [
|
||||||
"board",
|
"board",
|
||||||
"core",
|
"chess_core",
|
||||||
"explorer",
|
"explorer",
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "core"
|
name = "chess_core"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue