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

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

features = [
    "dispatch_tree",
]