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

[dependencies]
mingling = { path = "../../mingling", features = ["extra_macros"] }