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

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