mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-29 00:45:55 +08:00
ffcc7a7675
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
13 lines
305 B
TOML
13 lines
305 B
TOML
[package]
|
|
name = "gobang-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
reqwest = { version = "0.12", features = ["json", "blocking"] }
|