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

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

[workspace]