Files
nel_os/.cargo/config.toml
2025-04-14 17:45:44 +09:00

10 lines
212 B
TOML

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