aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: c728a17074de1a4111a7c2cca03853353e76a94e (plain)
1
2
3
4
5
6
7
8
9
10
[unstable]
json-target-spec = true
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]

[build]
target = "x86_64-strix.json"

[target.'cfg(target_os = "none")']
runner = "bootimage runner"