summaryrefslogtreecommitdiff
path: root/rola-vcs/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-18 02:47:32 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-18 02:47:32 +0800
commit0b8e6e7d18abb94bd99553dc1d2b0ba5d4f265ea (patch)
tree97a7c3430d56bfcb885cbfff0b011362671dd474 /rola-vcs/Cargo.toml
parentebd46942c3fcc7939e5567a797a55198148301ea (diff)
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
Diffstat (limited to 'rola-vcs/Cargo.toml')
-rw-r--r--rola-vcs/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/rola-vcs/Cargo.toml b/rola-vcs/Cargo.toml
index 8caf0cd..ce32721 100644
--- a/rola-vcs/Cargo.toml
+++ b/rola-vcs/Cargo.toml
@@ -10,7 +10,6 @@ name = "rorolala"
path = "src/lib.rs"
[dependencies]
-rorolala_internal_macros.workspace = true
shared_functions.workspace = true
shared_macros.workspace = true
rola-bucket.workspace = true