rust_os/.cargo/config.toml
2021-07-19 17:33:12 +02:00

9 lines
203 B
TOML

[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
[build]
target = "x86_64-rust_os.json"
[target.'cfg(target_os = "none")']
runner = "bootimage runner"