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

[dependencies.mingling]
path = "../../mingling"
features = ["extra_macros"]

[workspace]