10 lines
203 B
TOML
10 lines
203 B
TOML
[build]
|
|
target = "x86_64-julios.json"
|
|
|
|
[unstable]
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
build-std = ["core", "compiler_builtins"]
|
|
|
|
[target.'cfg(target_os = "none")']
|
|
runner = "bootimage runner"
|