1[package]
2name = "std"
3version = "0.1.0"
4authors = ["Alex Crichton <alex@alexcrichton.com>"]
5edition = "2018"
6
7[dependencies]
8registry-dep-using-alloc = { version = "*", features = ['mockbuild'] }
9
10[features]
11feature1 = []
12