xref: /DragonOS/kernel/.cargo/config.toml (revision 0e0c187484281768391e131495f0655e40d70cf7)
1[build]
2target = "src/arch/x86_64/x86_64-unknown-none.json"
3
4[unstable]
5build-std = ["core", "compiler_builtins", "alloc"]
6build-std-features = ["compiler-builtins-mem"]
7
8[target.'cfg(target_os = "none")']
9runner = "bootimage runner"
10
11[env]
12