summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-18 00:08:02 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-18 00:08:02 +0800
commite342a7f522a236991ba9fa6d8a1daa22465ec217 (patch)
tree1aac38a736bfff4971d9472ea7b31169b0fee080 /Cargo.toml
parenta11c0492a369137b8b6536911a00fbb3cdf89a01 (diff)
feat(functions): add safe file copy with atomic rename
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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"
+]