1 2 3 4 5 6
build = "cargo build --target-dir target/" test = "cargo test" clippy-fix = "cargo clippy --fix --bin squite" clippy = "cargo clippy" format = "cargo fmt" format-check = "cargo fmt --check"