client/server

This commit is contained in:
2026-07-24 14:07:18 +02:00
parent 520e9a1320
commit 730855ae5d
22 changed files with 507 additions and 6199 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "audiopoker_server"
version = "0.1.0"
edition = "2021"
[dependencies]
audiopoker_core = { path = "../core" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["rt-multi-thread", "net", "macros", "sync", "io-util"] }
tokio-tungstenite = "0.24"
futures-util = "0.3"