sfackler / cargo-tree

Apache License 2.0
529 stars 39 forks source link

Is cargo tree support workspace ? #73

Closed Pana closed 4 years ago

Boscop commented 5 years ago

Yes, please add support for workspaces. So that -d can be used to find out which crates in your workspace use different versions of the same dep.

luser commented 4 years ago

@sfackler I assume #86 made some foundational changes to support this, but it looks like in practice you still need to specify a single package to print a tree of? cargo metadata supports being run from a workspace so presumably cargo tree could support that usecase as well.