blob: c9cf5626bbd28accf8f42fb30ff2f00d680eb53d (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
[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
serde.workspace = true
tokio.workspace = true
colored = "3.1.1"
chrono = "0.4.45"
env_logger = "0.11.10"
log = "0.4.32"
shakehand = "0.1.3"
clap = { version = "4.6.1", features = ["derive"] }
[dependencies.mingling]
git = "https://github.com/mingling-rs/mingling.git"
rev = "4be889ac2dc5263ce03bb014de24916bee2e9aa8"
features = [
"parser",
"extra_macros",
"dispatch_tree",
"comp",
"clap",
"general_renderer"
]
[build-dependencies.mingling]
git = "https://github.com/mingling-rs/mingling.git"
rev = "4be889ac2dc5263ce03bb014de24916bee2e9aa8"
features = [
"builds",
"comp"
]
[build-dependencies]
chrono = "0.4.45"
|