Files
nel_os/.cargo/config.toml
Masato Imai 19b93e6ea6 init
2025-04-12 11:08:58 +00:00

10 lines
203 B
TOML

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