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. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index baeab58..79be524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,10 @@ thiserror = "2.0.18" just_fmt = "0.1.2" log = "0.4.32" +[workspace.dependencies.serde] +version = "1.0.228" +features = ["derive"] + [workspace.dependencies.tokio] version = "1.52.3" features = [ -- cgit