anos/.cargo/config.toml

10 lines
210 B
TOML
Raw Permalink Normal View History

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