summaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
parent346eefc2ccfc06a133dafaa4fb86f1e21599179d (diff)
feat(rola-bucket): add bucket transfer protocol and error handling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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 = [