cargo-make

Rust task runner and build tool for managing project workflows

brewmacoslinux
Try with needOr install directly
Source

About

Rust task runner and build tool

Commands

cargo-make

Examples

Run the default task defined in Makefile.toml$ cargo make
Execute a specific task named 'build'$ cargo make build
List all available tasks in the project$ cargo make --list-all-steps