summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Hafskjold Thoresen <martin@vind.ai>2025-01-04 17:02:57 +0100
committerMartin Hafskjold Thoresen <martin@vind.ai>2025-01-04 17:02:57 +0100
commite855b6f7315b1f2db6a5c3a5a46fffeeb15251b0 (patch)
treebb8692680314ab50355f1ca843707689b14ffe7c /Cargo.toml
parente6da55daa54cdf528af1f3e7617ca124ffee3159 (diff)
downloadmusicgame-e855b6f7315b1f2db6a5c3a5a46fffeeb15251b0.tar.gz
musicgame-e855b6f7315b1f2db6a5c3a5a46fffeeb15251b0.zip
POC async timeout for a thing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b0600f..e6c281c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,8 +10,10 @@ axum-extra = "0.10.0"
axum-macros = "0.5.0"
bytes = "1.9.0"
cookie = { version = "0.18.1", features = ["percent-encode"] }
-maud = "0.26.0"
+maud = { version = "0.26.0", features = ["axum"] }
rand = "0.8.5"
+serde = { version = "1.0.217", features = ["derive"] }
+serde_json = "1.0.134"
tokio = { version = "1.42.0", features = [
"macros",
"rt-multi-thread",