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 --- rola-utils/functions/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rola-utils/functions/Cargo.toml') diff --git a/rola-utils/functions/Cargo.toml b/rola-utils/functions/Cargo.toml index dd482c4..564dc54 100644 --- a/rola-utils/functions/Cargo.toml +++ b/rola-utils/functions/Cargo.toml @@ -6,3 +6,4 @@ authors.workspace = true license.workspace = true [dependencies] +tokio.workspace = true -- cgit