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

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

[workspace]