summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Hafskjold Thoresen <martin@vind.ai>2025-01-04 18:57:20 +0100
committerMartin Hafskjold Thoresen <martin@vind.ai>2025-01-04 18:57:20 +0100
commit339ae839dab7b55e7ada0f5d04c275cff13b28d8 (patch)
tree4cef1244e27fd75f88702f5e85f3332a69a57afe /Cargo.toml
parente855b6f7315b1f2db6a5c3a5a46fffeeb15251b0 (diff)
downloadmusicgame-339ae839dab7b55e7ada0f5d04c275cff13b28d8.tar.gz
musicgame-339ae839dab7b55e7ada0f5d04c275cff13b28d8.zip
Begin on fine game logic with messages
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e6c281c..3a87671 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.95"
axum = { version = "0.8.1", features = ["ws"] }
-axum-extra = "0.10.0"
+axum-extra = { version = "0.10.0", features = ["cookie"] }
axum-macros = "0.5.0"
bytes = "1.9.0"
cookie = { version = "0.18.1", features = ["percent-encode"] }