diff options
Diffstat (limited to 'tests/testsuite/mock-std/Cargo.toml')
-rw-r--r-- | tests/testsuite/mock-std/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/testsuite/mock-std/Cargo.toml b/tests/testsuite/mock-std/Cargo.toml new file mode 100644 index 0000000..a69aa4b --- /dev/null +++ b/tests/testsuite/mock-std/Cargo.toml @@ -0,0 +1,8 @@ +[workspace] +members = [ + "library/alloc", + "library/core", + "library/proc_macro", + "library/std", + "library/test", +] |