10 lines
150 B
TOML
10 lines
150 B
TOML
|
[build]
|
||
|
target = "target.json"
|
||
|
|
||
|
[unstable]
|
||
|
build-std = ["core", "compiler_builtins"]
|
||
|
|
||
|
[target.'cfg(target_os = "none")']
|
||
|
runner = "bootimage runner"
|
||
|
|