cargo-make 0.3.77

Rust task runner and build tool.
1
2
3
4
5
6

[tasks.test-condition]
condition = { platforms = ["windows", "linux"], channels = ["beta", "nightly"] }
script = [
    "echo \"condition was met\""
]