cargo-make 0.37.24

Rust task runner and build tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

extend = [
  { path = "alias.toml" },
  { path = "optional_makefile.toml", optional = true },
  { path = "cwd.toml" },
  { path = "cwd.toml", relative = "bad" },
  { path = "./examples/python.toml", relative = "crate" },
  { path = "./examples/javascript.toml", relative = "git" },
]

[config]
skip_core_tasks = true
skip_git_env_info = true
skip_rust_env_info = true
skip_crate_env_info = true

[tasks.extended]
alias = "D2"