aboutsummaryrefslogtreecommitdiff
path: root/examples/example-dispatch-tree/Cargo.toml
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-06-12 14:34:19 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-06-12 14:34:19 +0800
commitd8b87ec524b0d80ac7815a4675f7bd71a4951410 (patch)
tree3058c898b226a0ed8b657b641d39158621d51157 /examples/example-dispatch-tree/Cargo.toml
parent448d4417fae87a7dd74ed5c595a9813d56b68ade (diff)
Simplify workspace exclude patterns and add workspace stanzas
Diffstat (limited to 'examples/example-dispatch-tree/Cargo.toml')
-rw-r--r--examples/example-dispatch-tree/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/example-dispatch-tree/Cargo.toml b/examples/example-dispatch-tree/Cargo.toml
index 0c31ecb..950e36a 100644
--- a/examples/example-dispatch-tree/Cargo.toml
+++ b/examples/example-dispatch-tree/Cargo.toml
@@ -9,3 +9,5 @@ path = "../../mingling"
features = [
"dispatch_tree",
]
+
+[workspace]