feat: add justfile

This commit is contained in:
2025-03-27 07:39:55 +08:00
parent 453e064139
commit 4c7008ce26

View File

@@ -1,6 +1,10 @@
_:
@just --list
# publish
publish:
cargo publish --registry crates-io
check:
cargo check
@@ -13,5 +17,3 @@ build:
build-linux-musl-with-zig:
cargo zigbuild --release --target x86_64-unknown-linux-musl --no-default-features
build-linux-musl:
cargo build --release --target=x86_64-unknown-linux-musl --no-default-features