diff --git a/justfile b/justfile index 8bd01a8..1608da8 100644 --- a/justfile +++ b/justfile @@ -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