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

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