cargo-make 0.37.24

Rust task runner and build tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[v1]
"test1 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = [
  "test1",
]
"cargo-make 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = [
  "cargo-make",
  "makers",
]
"test2 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = [
  "test2",
]