nested_workspace 0.7.4

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