misc: init

This commit is contained in:
2025-11-13 17:09:14 -05:00
Unverified
parent cfdd115bf9
commit b349b65ed6
13 changed files with 1128 additions and 1 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[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"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
anyhow = "1.0.100"