aboutsummaryrefslogtreecommitdiff
path: root/examples/example-unit-test/Cargo.toml
blob: 97a277cadf39d9eb6def7aba78a05eb1a8865fc3 (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 = ["extras"] }

[workspace]