3 releases
0.1.2 | Dec 27, 2023 |
---|---|
0.1.1 | Dec 27, 2023 |
0.1.0 | Dec 27, 2023 |
#674 in Development tools
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.9–3MB
~56K SLoC