13 lines
279 B
TOML
13 lines
279 B
TOML
[package]
|
|
name = "connect4-moderator-server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.48", features = ["full"] }
|
|
tokio-tungstenite = "0.28"
|
|
futures-util = "0.3.31"
|
|
tracing = "0.1.41"
|
|
tracing-subscriber = "0.3.20"
|
|
anyhow = "1.0.100"
|
|
rand = "0.9.2" |