diff options
| author | Christian Cunningham <c@localhost> | 2022-08-22 20:54:54 -0700 |
|---|---|---|
| committer | Christian Cunningham <c@localhost> | 2022-08-22 20:54:54 -0700 |
| commit | 188a08c3a340005d59d497e836993cb9349c9cbe (patch) | |
| tree | a69cc6cc1ced12043b706dc62f5a1645d9061adb /.cargo/config.toml | |
Initial state
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..bd1221a --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,9 @@ +[unstable] +build-std-features = ["compiler-builtins-mem"] +build-std = ["core", "compiler_builtins"] + +[build] +target = "x86_64-petrichor.json" + +[target.'cfg(target_os = "none")'] +runner = "bootimage runner" |
