toymk/.cargo/config.toml
2020-12-07 00:08:12 -06:00

9 lines
150 B
TOML

[build]
target = "target.json"
[unstable]
build-std = ["core", "compiler_builtins"]
[target.'cfg(target_os = "none")']
runner = "bootimage runner"