From 1923d2bdc31cd34b8cd807ed1593e39188225a87 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sat, 13 Jan 2024 05:21:15 +0100 Subject: Use tokio::fs instead of std::fs to enable async file operations (fixes #445) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dae4e6c..b5e65e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,6 +57,7 @@ socket2 = "0.5" strum = { version = "0.25", features = ["derive"] } tar = "0.4" thiserror = "1" +tokio = { version = "1.35.1", features = ["fs"] } zip = { version = "0.6.5", default-features = false } [features] -- cgit v1.2.3