xref: /DragonOS/kernel/.cargo/config.toml (revision 1074eb34e784aa2adfc5b9e0d89fa4b7e6ea03ef) !
1# [unstable]
2# build-std = ["core", "compiler_builtins", "alloc"]
3# build-std-features = ["compiler-builtins-mem"]
4
5[target.'cfg(target_os = "none")']
6runner = "bootimage runner"
7
8[env]
9