2023-05-05 14:48:37 +01:00

16 lines
258 B
TOML

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