From 087e50c3895507c10de571c35ddb5cd864f6756c Mon Sep 17 00:00:00 2001
From: Leni Aniva
Date: Wed, 1 Apr 2026 00:06:54 -0700
Subject: [PATCH 1/2] build: Add rustfmt.toml file
---
rustfmt.toml | 1 +
1 file changed, 1 insertion(+)
create mode 100644 rustfmt.toml
diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100644
index 0000000..3a26366
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1 @@
+edition = "2021"
From 3e9c18b39425e7a4051cc439f237c65042af4b7e Mon Sep 17 00:00:00 2001
From: Leni Aniva
Date: Wed, 1 Apr 2026 00:08:32 -0700
Subject: [PATCH 2/2] build: Remove unused gitignore
---
.gitignore | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index d66f6bc..63a000b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,15 @@
+.*
+!.gitignore
+
# Ignore cargo lock file.
-*.lock
+Cargo.lock
# Ignore target directory.
/target
# Ignore crappy mac files.
-.DS_Store
-
# Ignore files ending in ".nogit".
*.nogit
# Ignore the info module generated by build.
/src/info.rs
-
-# Ignore benchs dir.
-/benchs/
\ No newline at end of file