totos/.cargo/config.toml

9 lines
202 B
TOML

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