diff --git a/justfile b/justfile new file mode 100644 index 0000000..1e267ed --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ +_: + @just --list + +build-linux-musl-with-zig: + cargo zigbuild --release --target x86_64-unknown-linux-musl