summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-06 20:33:51 +0100
committerandromeda <andromeda@lenovo>2026-03-06 20:33:51 +0100
commit9c65697dd8119ec9cee13f57f870b07e305d27ec (patch)
tree27b61bd7a27df6e25db8b21dc0ee3daed01d79fb /.cargo
parentfdf5bb9daf8574b7f993e2e38e400c35aedc3b96 (diff)
bunch of stuff idek
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
deleted file mode 100644
index 74cdc7b..0000000
--- a/.cargo/config.toml
+++ /dev/null
@@ -1,5 +0,0 @@
-[build]
-target = "x86_64-unknown-none"
-rustflags = [
- "-Crelocation-model=static"
-]