summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/mock-std/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cargo/tests/testsuite/mock-std/Cargo.toml')
-rw-r--r--src/tools/cargo/tests/testsuite/mock-std/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tools/cargo/tests/testsuite/mock-std/Cargo.toml b/src/tools/cargo/tests/testsuite/mock-std/Cargo.toml
new file mode 100644
index 000000000..a69aa4b88
--- /dev/null
+++ b/src/tools/cargo/tests/testsuite/mock-std/Cargo.toml
@@ -0,0 +1,8 @@
+[workspace]
+members = [
+ "library/alloc",
+ "library/core",
+ "library/proc_macro",
+ "library/std",
+ "library/test",
+]