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