nested_workspace 0.7.4

Run Cargo commands on workspaces in workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
...
   Compiling git_dependency v0.1.0 ([CWD])
    Finished `test` profile [unoptimized + debuginfo] target(s) in [..]s
     Running unittests src/lib.rs (target/debug/deps/git_dependency-[..])
<<< [CWD]/package
...
   Compiling package v0.1.0 ([CWD]/package)
    Finished `test` profile [unoptimized + debuginfo] target(s) in [..]s
     Running unittests src/lib.rs (target/debug/deps/package-[..])
>>> [CWD]/package