Third-party licenses for the dependencies of gittype.
Overview:
{{#each overview}}
- {{{name}}} ({{count}})
{{/each}}
{{#each licenses}}
================================================================================
{{{name}}}
================================================================================
Used by:
{{#each used_by}}
- {{crate.name}} {{crate.version}}{{#if crate.repository}} ({{{crate.repository}}}){{/if}}
{{/each}}
{{{text}}}
{{/each}}