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
...
   Compiling runner v0.1.0 ([CWD])
    Finished `test` profile [unoptimized + debuginfo] target(s) in [..]s
     Running unittests src/lib.rs (target/debug/deps/runner-[..])
running: ["[..]/runner-[..]"]
<<< [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-[..])
running: ["[..]/package-[..]"]
>>> [CWD]/package