donald/.cargo/config.toml

9 lines
204 B
TOML
Raw Normal View History

2024-12-03 20:05:13 +00:00
[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
[build]
target = ["x86_64-donald.json"]
[target.'cfg(target_os = "none")']
runner = "bootimage runner"