cargo-make is not configured in this repository; the project uses GitHub Actions workflows and shell scripts for task automation instead. The CI pipeline in .github/workflows/main.yml handles testing, linting, and building via cargo test, mdbook test, and custom scripts like ./tools/update-rustc.sh.
How to Use cargo-make for Task Running in Rust
This Rust project uses GitHub Actions and shell scripts for automation instead of cargo-make.