summaryrefslogtreecommitdiff
path: root/rola-utils/functions/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 /rola-utils/functions/Cargo.toml
parenta11c0492a369137b8b6536911a00fbb3cdf89a01 (diff)
feat(functions): add safe file copy with atomic rename
Diffstat (limited to 'rola-utils/functions/Cargo.toml')
-rw-r--r--rola-utils/functions/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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