mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-28 16:35:55 +08:00
1e0d5f0c43
创建 Rust 工作区,包含 core(纯游戏逻辑)和 gui(Tauri 占位)两个 crate。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
11 lines
209 B
TOML
11 lines
209 B
TOML
[package]
|
|
name = "gobang-gui"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
gobang-core = { path = "../core" }
|