CureOS/kernel/.cargo/config.toml

7 lines
181 B
TOML

[unstable]
bindeps = true
# 只對 kernel 套用 no_std target
[target.x86_64-unknown-none]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]