feat: initial commit with build system

This commit is contained in:
Andrew Rioux
2025-01-19 20:46:46 -05:00
parent 8c4c6674a1
commit 6b33f1a5ba
12 changed files with 277 additions and 101 deletions
+13
View File
@@ -0,0 +1,13 @@
[workspace]
members = [
"sparse-beacon"
]
resolver = "2"
package.version = "2.0.0"
[profile.release]
strip = true
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"