summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
new file mode 100644
index 0000000..118cd95
--- /dev/null
+++ b/.cargo/config.toml
@@ -0,0 +1,6 @@
+[unstable]
+build-std = ["core"]
+
+[build]
+target = ["x86_64-unknown-linux-none"]
+rustflags = ["-Crelocation-model=static"]