blob: 8bd706dc1153f02e261459655de9699394f3b54e [file] [log] [blame]
SHELL = /bin/bash
install-deps:
pip install maturin
build:
maturin build --release
fmt:
cargo fmt -- --check
clippy:
cargo clippy --all-targets --all-features -- -D warnings