Not going to do part 2 tonight, will do in the morning

This commit is contained in:
2024-12-02 01:26:24 -05:00
parent 98bfa012b7
commit 319c7291ad
5 changed files with 2248 additions and 4 deletions

View File

@@ -4,3 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"