summaryrefslogtreecommitdiff
path: root/rola-bucket/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-18 00:46:20 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-18 00:46:20 +0800
commit330e5ed096cfde3eb6217d4364ee62b92c97c826 (patch)
treef9aa4c8106b193160de272784d85392efcd965ac /rola-bucket/Cargo.toml
parent346eefc2ccfc06a133dafaa4fb86f1e21599179d (diff)
feat(rola-bucket): add bucket transfer protocol and error handling
Diffstat (limited to 'rola-bucket/Cargo.toml')
-rw-r--r--rola-bucket/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rola-bucket/Cargo.toml b/rola-bucket/Cargo.toml
index 85d7fab..001ec11 100644
--- a/rola-bucket/Cargo.toml
+++ b/rola-bucket/Cargo.toml
@@ -6,3 +6,6 @@ authors.workspace = true
license.workspace = true
[dependencies]
+shared_functions.workspace = true
+shared_macros.workspace = true
+thiserror.workspace = true