From 330e5ed096cfde3eb6217d4364ee62b92c97c826 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 18 Jun 2026 00:46:20 +0800 Subject: feat(rola-bucket): add bucket transfer protocol and error handling --- rola-bucket/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rola-bucket/Cargo.toml') 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 -- cgit