nested_workspace 0.7.4

Run Cargo commands on workspaces in workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
args = [
    "test",
    "--workspace",
    "--config",
    "target.'cfg(all())'.runner = 'runner'",
]

[bin]
name = "cargo"

[fs]
cwd = "../../../fixtures/runner"