aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ff3ca491f21ff9f852dd56f0422f40f31727ba17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mingling_workspace"
version = "0.1.0"
edition = "2024"

[workspace]
members = ["examples/example-async","mingling", "mingling_core", "mingling_macros"]
exclude = [
    "mingling_cli",
    "dev_tools",
    "examples/example-basic",
    "examples/example-completion",
    "examples/example-general-renderer",
    "examples/example-picker",
]

[dependencies]