anos/.cargo/config.toml

10 lines
201 B
TOML
Raw Normal View History

2021-12-01 08:47:28 +00:00
[build]
target = "x86_64-anos.json"
[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
2021-12-09 02:34:40 +00:00
[target.'cfg(target_os = "none")']
runner = "bootimage runner"