nested_workspace 0.8.0

Run Cargo commands on workspaces in workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
...
   Compiling cycle_with_dependent v0.1.0 ([CWD])
...
[cycle_with_dependent 0.1.0] <<< [CWD]/dependent
...
[cycle_with_dependent 0.1.0]    Compiling cycle_with_dependent v0.1.0 ([CWD])
...
[cycle_with_dependent 0.1.0]     Checking dependent v0.1.0 ([CWD]/dependent)
...
[cycle_with_dependent 0.1.0]     Finished `dev` profile [unoptimized + debuginfo] target(s) in [..]s
[cycle_with_dependent 0.1.0] >>> [CWD]/dependent
...
    Finished `dev` profile [unoptimized + debuginfo] target(s) in [..]s