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