mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-29 00:45:55 +08:00
14 lines
209 B
TOML
14 lines
209 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"core",
|
|
"gui",
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "2.0.1"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
authors = ["刘航宇"]
|
|
repository = "https://github.com/LHY0125/Gobang"
|