9 lines
253 B
TOML
9 lines
253 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", "alloc"]
|
|
build-std-features = ["compiler-builtins-mem"]
|