summaryrefslogtreecommitdiff
path: root/rola-cli/Cargo.toml
blob: a04a4039fb66241c17db85cb94d9a75e32f13c32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "rola-cli"
version.workspace = true
edition.workspace = true
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"
]