From e855b6f7315b1f2db6a5c3a5a46fffeeb15251b0 Mon Sep 17 00:00:00 2001 From: Martin Hafskjold Thoresen Date: Sat, 4 Jan 2025 17:02:57 +0100 Subject: POC async timeout for a thing --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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", -- cgit v1.2.3