1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
build: cargo build install: cargo install --path . test: cargo test -q format: cargo fmt cargo clippy -- -D warnings precommit: cargo fmt cargo clippy -- -D warnings cargo test -q # Check that the command starts cargo run -- --help > /dev/null