From 7879ac01b24eb9723ec0a814adaee1fc9c52610a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 18 Jun 2026 04:40:25 +0800 Subject: feat(rola-cli): implement bucket creation and CLI entry point Add bucket creation logic with pre-checks, localized error handling, and a basic CLI entry point using the mingling framework. Introduce a placeholder protocol for bucket transfer testing. --- rola-cli/Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'rola-cli/Cargo.toml') diff --git a/rola-cli/Cargo.toml b/rola-cli/Cargo.toml index 9ee6816..a04a403 100644 --- a/rola-cli/Cargo.toml +++ b/rola-cli/Cargo.toml @@ -6,5 +6,22 @@ authors.workspace = true license.workspace = true [dependencies] +rorolala.workspace = true + shared_functions.workspace = true shared_macros.workspace = true + +space-system.workspace = true + +tokio.workspace = true + +shakehand = "0.1.3" + +[dependencies.mingling] +git = "https://github.com/mingling-rs/mingling.git" +rev = "002f3fd390f64b1d7632f8530a0db81d45edf6c2" +features = [ + "parser", + "extra_macros", + "dispatch_tree" +] -- cgit