aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/tests/test-dispatch-tree/Cargo.toml
blob: bb9429291581639af085227a159c41320120948c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "test-dispatch-tree"
version = "0.1.0"
edition = "2024"
publish = false

[workspace]

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