| [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 = [] |