diff options
| author | Martin Hafskjold Thoresen <martin@vind.ai> | 2025-01-04 17:02:57 +0100 |
|---|---|---|
| committer | Martin Hafskjold Thoresen <martin@vind.ai> | 2025-01-04 17:02:57 +0100 |
| commit | e855b6f7315b1f2db6a5c3a5a46fffeeb15251b0 (patch) | |
| tree | bb8692680314ab50355f1ca843707689b14ffe7c /Cargo.toml | |
| parent | e6da55daa54cdf528af1f3e7617ca124ffee3159 (diff) | |
| download | musicgame-e855b6f7315b1f2db6a5c3a5a46fffeeb15251b0.tar.gz musicgame-e855b6f7315b1f2db6a5c3a5a46fffeeb15251b0.zip | |
POC async timeout for a thing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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", |
