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
|
||||
|
||||
7
__crypto/secretshare/justfile
Normal file
7
__crypto/secretshare/justfile
Normal file
@@ -0,0 +1,7 @@
|
||||
_:
|
||||
@just --list
|
||||
|
||||
build-nightly:
|
||||
cargo +nightly build -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --target x86_64-apple-darwin --release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user