aboutsummaryrefslogtreecommitdiff
path: root/examples/example-combine-pathf-dispatch-tree/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-combine-pathf-dispatch-tree/Cargo.toml')
-rw-r--r--examples/example-combine-pathf-dispatch-tree/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/example-combine-pathf-dispatch-tree/Cargo.toml b/examples/example-combine-pathf-dispatch-tree/Cargo.toml
index 2c866f7..6fcfc48 100644
--- a/examples/example-combine-pathf-dispatch-tree/Cargo.toml
+++ b/examples/example-combine-pathf-dispatch-tree/Cargo.toml
@@ -10,17 +10,4 @@ mingling = { path = "../../mingling", features = [
"pathf",
] }
-[build-dependencies]
-mingling = { path = "../../mingling", features = [
- "builds",
-
- # --------- IMPORTANT ---------
- # To use pathf under dispatch_tree
- # **must** enable the `dispatch_tree`
- # feature in build dependencies
- "dispatch_tree",
- "pathf",
- # --------- IMPORTANT ---------
-] }
-
[workspace]