aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 3b3876d3227c5c2969a7733876d7398aa0328f79 (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 = ["mingling", "mingling_core", "mingling_macros"]
exclude = [
    "mingling_cli",
    "dev_tools",
    "examples/example-basic",
    "examples/example-completion",
    "examples/example-general-renderer",
    "examples/example-picker",
]

[dependencies]