You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: