From 16c7b671073a5a8cee541eda3f3d8c03143a9b03 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 10 Mar 2025 10:29:08 +0100 Subject: SSE-based directory size handling This allows us to cancel stale clients and in general be much nicer and more modern. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1115fef..dc54c7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ actix-files = "0.6.5" actix-multipart = "0.7" actix-web = { version = "4", features = ["macros", "compress-brotli", "compress-gzip", "compress-zstd"], default-features = false } actix-web-httpauth = "0.8" +actix-web-lab = "0.24.0" alphanumeric-sort = "1" anyhow = "1" async-walkdir = "2.1.0" -- cgit v1.2.3