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

[dependencies]
mingling = { path = "../../mingling", features = ["dispatch_tree", "comp"] }