From 11ea8a19d1481b0660e5a2765da6e67d3e8aa72c Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 7 Mar 2025 11:00:48 +0100 Subject: Add asynchronous directory size counting This is enabled by default and without an option to toggle it off as it's asynchronous and shouldn't block the server thread. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1525849..1115fef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,7 @@ actix-web = { version = "4", features = ["macros", "compress-brotli", "compress- actix-web-httpauth = "0.8" alphanumeric-sort = "1" anyhow = "1" +async-walkdir = "2.1.0" bytesize = "2" chrono = "0.4" chrono-humanize = "0.2" @@ -74,7 +75,7 @@ assert_fs = "1" predicates = "3" pretty_assertions = "1.2" regex = "1" -reqwest = { version = "0.12", features = ["blocking", "multipart", "rustls-tls"], default-features = false } +reqwest = { version = "0.12", features = ["blocking", "multipart", "json", "rustls-tls"], default-features = false } reqwest_dav = "0.1" rstest = "0.24" select = "0.6" -- cgit v1.2.3