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

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

[workspace]