13 lines
223 B
TOML
13 lines
223 B
TOML
[build]
|
|
target = "x86_64-unknown-uefi"
|
|
|
|
[target.x86_64-unknown-uefi]
|
|
runner = "bootuefi"
|
|
|
|
[unstable]
|
|
build-std = ["core", "compiler_builtins"]
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
|
|
[toolchain]
|
|
channel = "nightly"
|