Eric Huss c3f4b0db2d cargo metadata: Don't show null deps.
If a package has a dependency without a library target, the "name" field was
showing up as null in `resolve.nodes.deps`. At this time (AFAIK), binary-only
dependencies are always ignored. Instead of making users filter out this entry
(or more commonly, crash), just don't include it.
2019-02-05 08:25:44 -08:00
..