anos/.cargo/config.toml
2021-12-09 10:34:40 +08:00

10 lines
201 B
TOML

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