lupos/lupos/.cargo/config.toml
2025-07-04 13:31:52 +02:00

9 lines
210 B
TOML

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