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