summaryrefslogtreecommitdiff
path: root/rola-cli/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-18 04:40:25 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-18 04:40:25 +0800
commit7879ac01b24eb9723ec0a814adaee1fc9c52610a (patch)
treed1c9a07e3ef8819869494c45e96bcd3e98856bdb /rola-cli/Cargo.toml
parent0b8e6e7d18abb94bd99553dc1d2b0ba5d4f265ea (diff)
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.
Diffstat (limited to 'rola-cli/Cargo.toml')
-rw-r--r--rola-cli/Cargo.toml17
1 files changed, 17 insertions, 0 deletions
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"
+]