9 lines
244 B
TOML
9 lines
244 B
TOML
[build]
|
|
target = "x86_64-rustos.json" # target OS specifications
|
|
|
|
[target.'cfg(target_os="none")']
|
|
runner = "bootimage runner" # run with QEMU
|
|
|
|
[unstable]
|
|
build-std = ["core", "compiler_builtins"]
|
|
build-std-features = ["compiler-builtins-mem"]
|