11 lines
225 B
TOML
11 lines
225 B
TOML
[unstable]
|
|
json-target-spec = true
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
build-std = ["core", "compiler_builtins"]
|
|
|
|
[build]
|
|
target = "x86_64-amix.json"
|
|
|
|
[target.'cfg(target_os = "none")']
|
|
runner = "bootimage runner"
|