aboutsummaryrefslogtreecommitdiff
path: root/examples/example-completion/Cargo.toml
blob: 150eb839eb5d40c1368bd0da02dbdd4a2a02a0b7 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "example-completion"
version.workspace = true
edition = "2024"

[dependencies]
mingling = { path = "../../mingling", features = ["comp", "parser"] }
tokio.workspace = true