Hacker News new | ask | show | jobs
by asveikau 2078 days ago
But each one of these dependencies is pretty consciously and manually added, most of the time. In new code, to introduce a new one usually requires thought, and that creates a culture of caution.

Also if you are dynamic linking, ldd(1) can give you a pretty good picture.

1 comments

And a simple ‘cargo tree‘ will show you the tree of dependencies for a crate, nicely formatted.