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 --depth argument #18

Closed AlexandreCassagne closed 9 months ago

AlexandreCassagne commented 9 months ago

Allow users to specify the depth of dependencies to render.

See also --direct-dependencies-only

See this commit page for discussion.

BennD commented 9 months ago

Are you interested in tackling this? Otherwise i might try to implement this when i'm back from work.

jplatte commented 9 months ago

Done in #19, I'll release it soon.

AlexandreCassagne commented 9 months ago

Thanks for taking care of it! A little too busy at the moment :)

jplatte commented 9 months ago

Release as v1.6.0!