_default:
    @just --list

test:
    cargo test -- --show-output --nocapture

publish:
    @cargo publish
