From 0b8e6e7d18abb94bd99553dc1d2b0ba5d4f265ea Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 18 Jun 2026 02:47:32 +0800 Subject: refactor: extract shared utilities and add space-system crate Extract rola-vcs/internal_macros into shared utils crates (shared_constants, shared_macros, space-system) and implement the Bucket enum with async space management --- rola-bucket/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rola-bucket/Cargo.toml') diff --git a/rola-bucket/Cargo.toml b/rola-bucket/Cargo.toml index 001ec11..07c555e 100644 --- a/rola-bucket/Cargo.toml +++ b/rola-bucket/Cargo.toml @@ -6,6 +6,11 @@ authors.workspace = true license.workspace = true [dependencies] +shared_constants.workspace = true shared_functions.workspace = true shared_macros.workspace = true + +space-system.workspace = true + thiserror.workspace = true +tokio.workspace = true -- cgit