mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
16 lines
258 B
TOML
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 = []
|