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

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

[workspace]