From e9805a8359e9a9d8769969e78f52f7425979eef1 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Mon, 4 Nov 2024 10:55:52 +0000 Subject: [PATCH] rustix fs feature --- src-tauri/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5b7706a..3b70f13 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -41,10 +41,15 @@ env_logger = "0.11.5" http = "1.1.0" tokio = { version = "1.40.0", features = ["rt", "tokio-macros"] } urlencoding = "2.1.3" -rustix = "0.38.37" md5 = "0.7.0" atomic-counter = "1.0.1" +[dependencies.rustix] +version = "0.38.37" +features = [ + "fs" +] + [dependencies.uuid] version = "1.10.0" features = [