feat: add justfile
This commit is contained in:
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