diff options
Diffstat (limited to 'tests/testsuite/mock-std/library/rustc-std-workspace-std/Cargo.toml')
-rw-r--r-- | tests/testsuite/mock-std/library/rustc-std-workspace-std/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/testsuite/mock-std/library/rustc-std-workspace-std/Cargo.toml b/tests/testsuite/mock-std/library/rustc-std-workspace-std/Cargo.toml new file mode 100644 index 0000000..91572b8 --- /dev/null +++ b/tests/testsuite/mock-std/library/rustc-std-workspace-std/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "rustc-std-workspace-std" +version = "1.9.0" +authors = ["Alex Crichton <alex@alexcrichton.com>"] +edition = "2018" + +[lib] +path = "lib.rs" + +[dependencies] +std = { path = "../std" } |