#workspace #dependencies #shared #projects #find #crates #member

app work_dep

Verifies the dependencies of member projects of a workspace to find shared ones to be added to the depencencies of the workspace

3 releases

0.1.2 Dec 27, 2023
0.1.1 Dec 27, 2023
0.1.0 Dec 27, 2023

#399 in Development tools

39 downloads per month

MIT license

16KB
343 lines

work_dep

Verifies the dependencies of member projects of a workspace to find shared ones to be added to the depencencies of the workspace.

One can use:

work_dep --workspace-path ~/git/my_project
futures-util could be in the workspace, it is used by
[
    (
        "my_project_core",
        Value(
            "0.3",
        ),
    ),
    (
        "my_project_server",
        Value(
            "0.3",
        ),
    ),
    (
        "my_project_client",
        Value(
            "0.3",
        ),
    ),
]

Dependencies

~1.8–2.7MB
~54K SLoC