diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-19 01:40:38 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-19 01:40:38 +0800 |
| commit | 1e9c97c21f8a4e55420712b054895ff8b4f9a849 (patch) | |
| tree | c6bd37889deb54c024f974f368a9a7d654cad822 /rola-bucket/Cargo.toml | |
| parent | e078163c7cdbbf226c18d3e3afa7268a2878e18b (diff) | |
Implement bucket bind CRUD operations and config loading, along with
CLI integration for listing, setting, and removing bucket bindings.
Diffstat (limited to 'rola-bucket/Cargo.toml')
| -rw-r--r-- | rola-bucket/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rola-bucket/Cargo.toml b/rola-bucket/Cargo.toml index 61d7940..8899591 100644 --- a/rola-bucket/Cargo.toml +++ b/rola-bucket/Cargo.toml @@ -14,4 +14,5 @@ space-system.workspace = true thiserror.workspace = true tokio.workspace = true +serde.workspace = true log.workspace = true |
