Crates.io | work_dep |
lib.rs | work_dep |
version | 0.1.2 |
source | src |
created_at | 2023-12-27 14:35:39.034615 |
updated_at | 2023-12-27 21:49:28.145668 |
description | Verifies the dependencies of member projects of a workspace to find shared ones to be added to the depencencies of the workspace |
homepage | https://github.com/rodoufu/work_dep |
repository | https://github.com/rodoufu/work_dep |
max_upload_size | |
id | 1081697 |
size | 26,325 |
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",
),
),
]