mirror of
https://github.com/sagiegurari/cargo-make
synced 2026-06-08 17:20:03 +00:00
8 lines
166 B
TOML
8 lines
166 B
TOML
[tasks.cross-file]
|
|
dependencies = [
|
|
# specific file name
|
|
{ name = "private", path = "private.toml" },
|
|
# in a folder
|
|
{ name = "echo", path = "workspace2" },
|
|
]
|