diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-23 08:51:24 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-23 08:51:24 +0800 |
| commit | 0d90fe683df26c9475ea2405bc8ed43f8ebd4df0 (patch) | |
| tree | 4e3507dd7f454763f739cd1fe5868950d325dd24 /test/sync | |
| parent | 63dc4e38e602023d9d9b8b55fdfbe4e70f7aea2e (diff) | |
8
Diffstat (limited to 'test/sync')
| -rw-r--r-- | test/sync/Cargo.toml | 7 | ||||
| -rw-r--r-- | test/sync/src/lib.rs | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/sync/Cargo.toml b/test/sync/Cargo.toml new file mode 100644 index 0000000..bed1ab0 --- /dev/null +++ b/test/sync/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "might_be_async_test_sync" +version = "0.1.0" +edition = "2024" + +[dependencies] +might_be_async = { path = "../.." } diff --git a/test/sync/src/lib.rs b/test/sync/src/lib.rs new file mode 100644 index 0000000..6044c02 --- /dev/null +++ b/test/sync/src/lib.rs @@ -0,0 +1 @@ +include!("../../src/lib.rs"); |
