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 taskcargo make buildit'll run the task and then run the build command indipendently as if you did justcargo build -
I'm using
[tasks.flow]as my main entry point which is what they use in some of the examples
end of line