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

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

[workspace]