From 1e9c97c21f8a4e55420712b054895ff8b4f9a849 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 19 Jun 2026 01:40:38 +0800 Subject: feat(rola-bucket): add bucket bind management Implement bucket bind CRUD operations and config loading, along with CLI integration for listing, setting, and removing bucket bindings. --- rola-utils/space-system/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rola-utils/space-system/Cargo.toml') diff --git a/rola-utils/space-system/Cargo.toml b/rola-utils/space-system/Cargo.toml index 5322cbf..1173ccb 100644 --- a/rola-utils/space-system/Cargo.toml +++ b/rola-utils/space-system/Cargo.toml @@ -10,3 +10,4 @@ space-macros.workspace = true thiserror.workspace = true just_fmt.workspace = true tokio.workspace = true +serde.workspace = true -- cgit