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

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

[workspace]