aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/tests/test-dispatch-tree/Cargo.toml
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-06-09 21:08:20 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-06-09 22:23:16 +0800
commit514929c3b8ee0d4f540be5eb4bc8c1a10e62095d (patch)
tree8faeeb71075a695354496af38eb527085bb37f92 /mingling_core/tests/test-dispatch-tree/Cargo.toml
parent92cccd9517e764508dfa0342ae2ea254661d0a8f (diff)
Add unit and integration tests for mingling_core
Diffstat (limited to 'mingling_core/tests/test-dispatch-tree/Cargo.toml')
-rw-r--r--mingling_core/tests/test-dispatch-tree/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/mingling_core/tests/test-dispatch-tree/Cargo.toml b/mingling_core/tests/test-dispatch-tree/Cargo.toml
new file mode 100644
index 0000000..bb94292
--- /dev/null
+++ b/mingling_core/tests/test-dispatch-tree/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "test-dispatch-tree"
+version = "0.1.0"
+edition = "2024"
+publish = false
+
+[workspace]
+
+[dependencies]
+mingling = { path = "../../../mingling", features = ["dispatch_tree"] }