From 339ae839dab7b55e7ada0f5d04c275cff13b28d8 Mon Sep 17 00:00:00 2001 From: Martin Hafskjold Thoresen Date: Sat, 4 Jan 2025 18:57:20 +0100 Subject: Begin on fine game logic with messages --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3