blob: bd1221a9509726cbf8834d445849048add9d1cbd (
plain)
1
2
3
4
5
6
7
8
9
|
[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
[build]
target = "x86_64-petrichor.json"
[target.'cfg(target_os = "none")']
runner = "bootimage runner"
|