publish:
    cargo publish --dry-run
    cargo publish

build:
    cargo build

test:
    cargo test

lint:
    cargo clippy

clean:
    cargo clean