diff options
Diffstat (limited to 'rola-cli/Cargo.toml')
| -rw-r--r-- | rola-cli/Cargo.toml | 17 |
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" +] |
