work_dep

Crates.iowork_dep
lib.rswork_dep
version0.1.2
sourcesrc
created_at2023-12-27 14:35:39.034615
updated_at2023-12-27 21:49:28.145668
descriptionVerifies the dependencies of member projects of a workspace to find shared ones to be added to the depencencies of the workspace
homepagehttps://github.com/rodoufu/work_dep
repositoryhttps://github.com/rodoufu/work_dep
max_upload_size
id1081697
size26,325
Rodolfo P A (rodoufu)

documentation

README

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",
        ),
    ),
]
Commit count: 18

cargo fmt