aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async/Cargo.toml
blob: 0089520b28f4412942a708acb9d523b4f5a20ab2 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "example-async"
version = "0.0.1"
edition = "2024"

[dependencies]
tokio = { version = "1", features = ["full"] }
mingling = { path = "../../mingling", features = ["async"] }