summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/mock-std/library/alloc/Cargo.toml
blob: dc965abffac48409f89704aa603c605b1545052f (plain)
1
2
3
4
5
6
7
8
[package]
name = "alloc"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"

[dependencies]
registry-dep-using-core = { version = "*", features = ['mockbuild'] }