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

[dependencies]
mingling = { path = "../../mingling" }