aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/tests/test-all/Cargo.toml
blob: 9eea2de1d75046d6bbae5b72f10c66a1db135055 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "test-all"
version = "0.1.0"
edition = "2024"
publish = false

[workspace]

[dependencies]
mingling = { path = "../../../mingling", features = [
    "general_renderer_full",
    "comp",
    "builds",
    "repl",
    "dispatch_tree",
    "parser",
    "extra_macros",
] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }