feat: add justfile
This commit is contained in:
@@ -12,3 +12,10 @@ getopts = "0.2"
|
||||
rustc-serialize = "0.3"
|
||||
crc24 = "0.1"
|
||||
rand = "0.3"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
strip = true
|
||||
|
||||
Reference in New Issue
Block a user