nested_workspace 0.7.6

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