summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-19 23:42:19 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-19 23:42:19 +0800
commit40183e431da97fe0377b2f2e2ea47b3a14376680 (patch)
tree0c117e2ec707f3ad33206f1e320af2b439f80dbe /Cargo.toml
parentd36acf196f7475a91550cc64c9c9a545adb65c50 (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79be524..dac5e67 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,6 +36,7 @@ space-macros = { path = "rola-utils/space-system/macros" }
rola-bucket = { path = "rola-bucket" }
rola-draft = { path = "rola-draft" }
+toml = "1.1.0"
thiserror = "2.0.18"
just_fmt = "0.1.2"
log = "0.4.32"