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-vcs/internal_macros/Cargo.toml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 rola-vcs/internal_macros/Cargo.toml (limited to 'rola-vcs/internal_macros/Cargo.toml') diff --git a/rola-vcs/internal_macros/Cargo.toml b/rola-vcs/internal_macros/Cargo.toml deleted file mode 100644 index 0d6f641..0000000 --- a/rola-vcs/internal_macros/Cargo.toml +++ /dev/null @@ -1,14 +0,0 @@ -[package] -name = "rorolala_internal_macros" -version.workspace = true -authors.workspace = true -license.workspace = true -edition.workspace = true - -[lib] -proc-macro = true - -[dependencies] -syn = { version = "2", features = ["full"] } -quote = "1" -proc-macro2 = "1" -- cgit