aboutsummaryrefslogtreecommitdiff
path: root/examples/example-basic/Cargo.toml
blob: 64958b12daf23d6808bdada1c6da7ba66324a145 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "example-basic"
version.workspace = true
edition = "2024"

[dependencies]
mingling = { path = "../../mingling" }
tokio.workspace = true