blob: 984adafe0d9e42b40ebcf5a92bb29270ed6c713a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
[package]
name = "example-completion"
version = "0.0.1"
edition = "2024"
[dependencies]
mingling = { path = "../../mingling", features = ["comp", "parser"] }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
|