diff options
| author | Jomar Milan <jomarm@jomarm.com> | 2026-06-10 14:59:07 -0700 |
|---|---|---|
| committer | Jomar Milan <jomarm@jomarm.com> | 2026-06-10 14:59:07 -0700 |
| commit | 067e9602ba4feccf947a138c9e73462c446268bc (patch) | |
| tree | 7f9320d3d6bbe735d1bee519109c24661353eabd /Cargo.toml | |
| parent | 13374b7928788e8cdc6c7905209bafdf943dc02e (diff) | |
Add syncing of player hand updates to browsers
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
