diff options
Diffstat (limited to 'tests/testsuite/mock-std/library/alloc/Cargo.toml')
-rw-r--r-- | tests/testsuite/mock-std/library/alloc/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/testsuite/mock-std/library/alloc/Cargo.toml b/tests/testsuite/mock-std/library/alloc/Cargo.toml new file mode 100644 index 0000000..dc965ab --- /dev/null +++ b/tests/testsuite/mock-std/library/alloc/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "alloc" +version = "0.1.0" +authors = ["Alex Crichton <alex@alexcrichton.com>"] +edition = "2018" + +[dependencies] +registry-dep-using-core = { version = "*", features = ['mockbuild'] } |