os/.cargo/config.toml

9 lines
231 B
TOML

[build]
target = "/Users/missing/Projects/os/target.json"
[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins", "alloc"]
[target.'cfg(target_os = "none")']
runner = "bootimage runner"