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 --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 50d91d8..7a1522c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,8 @@ shared_macros = { path = "rola-utils/macros" } rola-bucket = { path = "rola-bucket" } rola-draft = { path = "rola-draft" } +thiserror = "2.0.18" + [workspace.dependencies.tokio] version = "1.52.3" features = [ -- cgit