From 067e9602ba4feccf947a138c9e73462c446268bc Mon Sep 17 00:00:00 2001 From: Jomar Milan Date: Wed, 10 Jun 2026 14:59:07 -0700 Subject: Add syncing of player hand updates to browsers --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f612f2e..a95c7e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2024" [dependencies] askama = "0.16.0" axum = { version = "0.8.9", features = ["ws"] } +futures-util = "0.3.32" rust-embed = "8.11.0" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" -- cgit v1.2.3