cargo-make 0.37.24

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

[config]
skip_core_tasks = true

[tasks.task1]
env = { Foo = "foo" }
command = "echo"
args = ["${Foo}"]

[tasks.task2]
extend = "task1"