cargo-make 0.3.77

Rust task runner and build tool.
1
2
3
4
5
6
7
8
9
10
11

[tasks.echo]
script = [
    "echo hello world"
]

[tasks.flow]
run_task = "echo"
condition_script = [
    "exit 0"
]