mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-29 00:45:55 +08:00
852a8912e6
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
17 lines
372 B
TOML
17 lines
372 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"] }
|
|
renet2 = "0.15"
|
|
renet2_netcode = "0.15"
|
|
bincode = "1"
|
|
rand = "0.8"
|