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.lock | |
| parent | 13374b7928788e8cdc6c7905209bafdf943dc02e (diff) | |
Add syncing of player hand updates to browsers
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -228,6 +228,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" [[package]] +name = "futures-macro" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "futures-sink" version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -246,6 +257,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" dependencies = [ "futures-core", + "futures-macro", "futures-sink", "futures-task", "pin-project-lite", @@ -574,6 +586,7 @@ version = "0.1.0" dependencies = [ "askama", "axum", + "futures-util", "rust-embed", "serde", "serde_json", |
