aboutsummaryrefslogtreecommitdiff
path: root/examples/example-completion/Cargo.toml
blob: 59b6902ef6deace83b721e2d16f680b8604f4d83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "example-completion"
version = "0.1.0"
edition = "2024"

[dependencies.mingling]
path = "../../mingling"

features = [
    # Enable `comp` features
    "comp",
    "picker",
]

[workspace]