donald/.cargo/config.toml
2024-12-03 16:56:36 -05:00

10 lines
No EOL
229 B
TOML

[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
panic-abort-tests = true
[build]
target = ["x86_64-donald.json"]
[target.'cfg(target_os = "none")']
runner = "bootimage runner"