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