mirror of
https://github.com/sagiegurari/cargo-make
synced 2026-06-08 17:20:03 +00:00
8 lines
118 B
TOML
8 lines
118 B
TOML
|
|
[tasks.echo]
|
|
command = "echo"
|
|
args = ["hello world"]
|
|
|
|
[tasks.fork-example]
|
|
run_task = { name = "echo", fork = true }
|