Add toml extension to .cargo/config and use table format for unstable

This commit is contained in:
Philipp Oppermann
2020-07-17 10:57:04 +02:00
parent f135aefae8
commit 44d7654ef6

8
.cargo/config.toml Normal file
View File

@@ -0,0 +1,8 @@
[unstable]
build-std = ["core", "compiler_builtins"]
[build]
target = "x86_64-blog_os.json"
[target.'cfg(target_os = "none")']
runner = "bootimage runner"