summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parente855b6f7315b1f2db6a5c3a5a46fffeeb15251b0 (diff)
downloadmusicgame-339ae839dab7b55e7ada0f5d04c275cff13b28d8.tar.gz
musicgame-339ae839dab7b55e7ada0f5d04c275cff13b28d8.zip
Begin on fine game logic with messages
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6f61113..acb20d4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -126,6 +126,7 @@ dependencies = [
"axum",
"axum-core 0.5.0",
"bytes",
+ "cookie",
"futures-util",
"http",
"http-body",