Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

RFE: Add support for workspaces #93

Open
andrewdavidmackenzie opened this issue Feb 8, 2020 · 2 comments
Open

RFE: Add support for workspaces #93

andrewdavidmackenzie opened this issue Feb 8, 2020 · 2 comments

Comments

@andrewdavidmackenzie
Copy link

What do you think about adding support for workspaces?

I have a workspace project with multiple crates in it, 3 of them produce binaries, the others are libraries and dependencies for the binaries...

It would be nice to view the dependency tree (especially useful when starting to publish the crates in dependency order DAG bottoms up.... a real PITA).

You could either print multiple trees for each project, or consider the workspace the root, and the projects below. If one project is a dependency of the other then it would have two "paths" to the root and would need some way to represent that.

@lovesegfault
Copy link

Workspace support would be awesome.

@eoger
Copy link

eoger commented May 29, 2020

In the meantime, you can use find . -name Cargo.toml | xargs -I '{}' cargo tree --manifest-path '{}'.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants