feat: add justfile

This commit is contained in:
2024-11-10 00:15:02 +08:00
parent 2e706484ea
commit 8918d1d59b

12
justfile Normal file
View File

@@ -0,0 +1,12 @@
_:
@just --list
check:
cargo check
lint:
cargo clippy
build:
cargo build --release