Using cargo-make

May 2024

I'm testing cargo-make.

Notes

  • Don't make your take named [tasks.build] because when you this to run the task cargo make build it'll run the task and then run the build command indipendently as if you did just cargo build
  • I'm using [tasks.flow] as my main entry point which is what they use in some of the examples
end of line