blob: c115f59da13006e9cfdfc2dd2e256d48aa9ae964 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
[package]
name = "example-picker"
version.workspace = true
edition = "2024"
[dependencies]
mingling = { path = "../../mingling", features = ["parser"] }
tokio.workspace = true
|