aboutsummaryrefslogtreecommitdiff
path: root/test/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-23 23:28:53 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-23 23:28:53 +0800
commitb8705f97fc3ef32ec98d3f77a8ccd28decbbaf50 (patch)
tree9c82ca453b8348844f131cf06d8519687c5a8417 /test/Cargo.toml
parentf9f879e488a62eba9c54c8e713cc94cc9f20e96e (diff)
feat(test): add fallback test crate for no-metadata buildsHEADmain
Add `might_be_async_test_fallback` crate in `test/no_metadata/` to verify macro behavior when the `metadata_async` feature is absent, covering sync/async select, invoke, and bare func attributes
Diffstat (limited to 'test/Cargo.toml')
-rw-r--r--test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml
index b92b54b..68a4698 100644
--- a/test/Cargo.toml
+++ b/test/Cargo.toml
@@ -1,3 +1,3 @@
[workspace]
-members = ["sync", "async"]
+members = ["sync", "async", "no_metadata"]
resolver = "2"