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

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