diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-18 00:46:20 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-18 00:46:20 +0800 |
| commit | 330e5ed096cfde3eb6217d4364ee62b92c97c826 (patch) | |
| tree | f9aa4c8106b193160de272784d85392efcd965ac /Cargo.toml | |
| parent | 346eefc2ccfc06a133dafaa4fb86f1e21599179d (diff) | |
feat(rola-bucket): add bucket transfer protocol and error handling
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 = [ |
