6 lines
197 B
TOML
6 lines
197 B
TOML
[unstable]
|
|
build-std = ["alloc", "core", "compiler_builtins"] # recompile these
|
|
build-std-features = [ "compiler-builtins-mem" ]
|
|
|
|
[build]
|
|
target = "x86_64-rustboot.json" # target OS specifications
|