feat: initial commit with build system
This commit is contained in:
+13
@@ -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"
|
||||
Reference in New Issue
Block a user