blob: 6fcfc4858aa26e74156e98a314d31d5f3dc859f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "example-combine-pathf-dispatch-tree"
version = "0.1.0"
edition = "2024"
[dependencies]
mingling = { path = "../../mingling", features = [
"dispatch_tree",
"extras",
"pathf",
] }
[workspace]
|