1 2 3 4 5 6
build = "cargo build" test = "cargo test" clippy-fix = "cargo clippy --fix --bin jake" clippy = "cargo clippy" format = "cargo fmt" format-check = "cargo fmt --check"