From 40183e431da97fe0377b2f2e2ea47b3a14376680 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 19 Jun 2026 23:42:19 +0800 Subject: feat(rola-bucket): add TOML bucket config read/write Add functions to read and write BucketConfig from and to TOML files, including space-aware variants. Replace hardcoded resource file with serializable config struct. --- rola-bucket/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rola-bucket/Cargo.toml') diff --git a/rola-bucket/Cargo.toml b/rola-bucket/Cargo.toml index 8899591..e5694dc 100644 --- a/rola-bucket/Cargo.toml +++ b/rola-bucket/Cargo.toml @@ -16,3 +16,4 @@ thiserror.workspace = true tokio.workspace = true serde.workspace = true log.workspace = true +toml.workspace = true -- cgit