rust-kernel/.cargo/config.toml
2026-04-13 10:25:43 +02:00

10 lines
No EOL
231 B
TOML

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