jplatte / cargo-depgraph

Creates graphviz dependency graphs for Rust projects that use Cargo
GNU General Public License v3.0
151 stars 8 forks source link

Add `--include` option #14

Closed RagnarGrootKoerkamp closed 1 year ago

RagnarGrootKoerkamp commented 1 year ago

I'd like to only show my workspace packages and a few relevant dependencies. This is much simpler using inclusion han exclusion, where I have to explicitly ignore all the dependencies of the few deps I want to show.

jplatte commented 1 year ago

Sorry for taking so long, will release this now 🥲

RagnarGrootKoerkamp commented 1 year ago

No worries; such is life. thanks for merging :)