anos/.cargo/config.toml
2022-01-13 16:19:54 +08:00

10 lines
210 B
TOML

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