mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-03 21:08:18 +00:00
22 lines
517 B
Handlebars
22 lines
517 B
Handlebars
{{!
|
|
Be careful to prevent auto-formatting from breaking this file's indentation
|
|
Replace this file with JSON output once this is resolved: https://github.com/EmbarkStudios/cargo-about/issues/73
|
|
}}
|
|
GENERATED_BY_CARGO_ABOUT: [
|
|
{{#each licenses}}
|
|
{
|
|
licenseName: `{{name}}`,
|
|
licenseText: `{{text}}`,
|
|
packages: [
|
|
{{#each used_by}}
|
|
{
|
|
name: `{{crate.name}}`,
|
|
version: `{{crate.version}}`,
|
|
author: `{{crate.authors}}`,
|
|
repository: `{{crate.repository}}`,
|
|
},
|
|
{{/each}}
|
|
],
|
|
},
|
|
{{/each}}
|
|
]
|