Files
unhappychoice--gittype/about.hbs
T
wehub-resource-sync 8c89588461
CI / Coverage (push) Waiting to run
CI / Format (push) Waiting to run
CI / Clippy (push) Waiting to run
CI / Test (push) Waiting to run
CI / Nix Build (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:16:47 +08:00

20 lines
463 B
Handlebars

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}}