Using cargo-make
I'm testing cargo-make.
Notes
-
Don't make your take named
[tasks.build]
because when you this to run the taskcargo make build
it'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 --