1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
SHELL := /bin/bash test: fmt lint cargo test fmt: cargo fmt lint: cargo clippy rustup: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh update: rustup update cargo update check: cargo check publish: cargo login cargo publish --dry-run