1234567891011 |
- [build]
- target = "src/arch/x86_64/x86_64-unknown-none.json"
- [unstable]
- build-std = ["core", "compiler_builtins", "alloc"]
- build-std-features = ["compiler-builtins-mem"]
- [target.'cfg(target_os = "none")']
- runner = "bootimage runner"
- [env]
|