set dotenv-load
set positional-arguments
run *ARGS:
cargo run -- "$@"
test *ARGS:
cargo test --features postgres,sqlite,uuid,json,chrono,runtime-tokio-rustls -- "$@"
build:
cargo build
install:
cargo install --path .
check:
cargo check
version VERSION:
cargo set-version --bump {{ VERSION }}
publish:
cargo publish -F runtime-tokio-rustls,postgres,chrono
patch:
just version patch
just publish