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

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