toymk/.cargo/config.toml

10 lines
150 B
TOML
Raw Normal View History

2020-12-07 06:08:12 +00:00
[build]
target = "target.json"
[unstable]
build-std = ["core", "compiler_builtins"]
[target.'cfg(target_os = "none")']
runner = "bootimage runner"