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

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