xref: /DragonOS/kernel/.cargo/config.toml (revision 728aca308917a7d4d0ba10fe8174e9408d77a9a6)
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