5 lines
139 B
TOML
5 lines
139 B
TOML
[build]
|
|
target = "x86_64-rustboot.json" # target OS specifications
|
|
|
|
[unstable]
|
|
build-std = ["core", "compiler_builtins"] # recompile these
|