aboutsummaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
parent92cccd9517e764508dfa0342ae2ea254661d0a8f (diff)
Add unit and integration tests for mingling_core
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b7726f..47cbe6c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,7 @@
resolver = "2"
members = ["mingling", "mingling_core", "mingling_macros", "mling"]
exclude = [
+ # Examples
"examples/example-argument-parse",
"examples/example-async-support",
"examples/example-basic",
@@ -23,7 +24,18 @@ exclude = [
"examples/example-setup",
"examples/example-unit-test",
"examples/full-todolist",
+
+ # Dev Tools
"dev_tools",
+
+ # Tests
+ "mingling_core/tests/test-basic",
+ "mingling_core/tests/test-comp",
+ "mingling_core/tests/test-general-renderer",
+ "mingling_core/tests/test-repl",
+ "mingling_core/tests/test-dispatch-tree",
+ "mingling_core/tests/test-async",
+ "mingling_core/tests/test-all",
]
[workspace.dependencies]