1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.PHONY: test test: cargo test .PHONY: publish publish: cargo publish --dry-run verto git push cargo publish git tag -f published .PHONY: lint lint: cargo +nightly clippy -- -Wclippy::pedantic