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