mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +08:00
10 lines
199 B
TOML
10 lines
199 B
TOML
[target.aarch64-unknown-redox.dependencies.std]
|
|
features = ["panic_unwind"]
|
|
|
|
[target.x86_64-unknown-redox.dependencies.std]
|
|
features = ["panic_unwind", "backtrace"]
|
|
|
|
#[dependencies.test]
|
|
#stage = 1
|
|
|