]> git.proxmox.com Git - rustc.git/blob - src/tools/cargo/tests/testsuite/mock-std/library/std/Cargo.toml
New upstream version 1.70.0+dfsg2
[rustc.git] / src / tools / cargo / tests / testsuite / mock-std / library / std / Cargo.toml
1 [package]
2 name = "std"
3 version = "0.1.0"
4 authors = ["Alex Crichton <alex@alexcrichton.com>"]
5 edition = "2018"
6
7 [dependencies]
8 registry-dep-using-alloc = { version = "*", features = ['mockbuild'] }
9
10 [features]
11 feature1 = []