cargo-make 0.37.24

Rust task runner and build tool.
Documentation

env_files = []
env_scripts = []

[config]
init_task = "init"
end_task = "end"

[env]

[tasks.init]
description = "By default this task is invoked at the start of every cargo-make run."
category = "Hooks"

[tasks.end]
description = "By default this task is invoked at the end of every cargo-make run."
category = "Hooks"

[tasks.empty]
description = "Empty Task"
category = "Tools"

[tasks.default]
description = "Empty Task"