aboutsummaryrefslogtreecommitdiff
path: root/examples/example-dispatch-tree/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-dispatch-tree/Cargo.toml')
-rw-r--r--examples/example-dispatch-tree/Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/example-dispatch-tree/Cargo.toml b/examples/example-dispatch-tree/Cargo.toml
index f1c6785..0c31ecb 100644
--- a/examples/example-dispatch-tree/Cargo.toml
+++ b/examples/example-dispatch-tree/Cargo.toml
@@ -3,5 +3,9 @@ name = "example-dispatch-tree"
version = "0.1.0"
edition = "2024"
-[dependencies]
-mingling = { path = "../../mingling", features = ["dispatch_tree", "comp"] }
+[dependencies.mingling]
+path = "../../mingling"
+
+features = [
+ "dispatch_tree",
+]