blob: 615c894dbf8c2a6c7110c51e67274d0034ed7144 [file] [log] [blame]
[package]
name = "sysroot"
version = "0.1.0"
edition = "2018"
[dependencies]
proc_macro = { path = "../proc_macro" }
std = { path = "../std" }
test = { path = "../test" }
[features]
panic-unwind = []
backtrace = []
feature1 = ["std/feature1"]
default = []