From e342a7f522a236991ba9fa6d8a1daa22465ec217 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 18 Jun 2026 00:08:02 +0800 Subject: feat(functions): add safe file copy with atomic rename --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7f14aac..11ce5f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,3 +24,9 @@ shared_functions = { path = "rola-utils/functions" } shared_macros = { path = "rola-utils/macros" } rola-bucket = { path = "rola-bucket" } rola-draft = { path = "rola-draft" } + +[workspace.dependencies.tokio] +version = "1.52.3" +features = [ + "fs" +] -- cgit