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