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

added `--direct-dependencies-only` option #17

Closed BennD closed 9 months ago

BennD commented 9 months ago

This adds the option to only add crates to graph that are direct dependencies of workspace members. Right now i imitate this feature by adding all workspace crates into the focus, and though that works, having this options would be much easier.

Is this something you would want to add to this crate?

BennD commented 9 months ago

Thanks for the quick response! Knowing that it will come at some point is fine.