cargo-make 0.37.24

Rust task runner and build tool.
Documentation
1
2
3
4
5
6
7
[tasks.cross-file]
dependencies = [
  # specific file name
  { name = "private", path = "private.toml" },
  # in a folder
  { name = "echo", path = "workspace2" },
]