Do not silently install cargo-about. (#377)

This commit is contained in:
Christian Authmann
2021-09-19 16:58:04 +02:00
committed by Keavon Chambers
parent 6e8f6d06d7
commit ce1adb71a0
4 changed files with 60 additions and 21 deletions
+6 -5
View File
@@ -1,7 +1,8 @@
// 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
module.exports = [
{{!
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}}`,
@@ -18,4 +19,4 @@ module.exports = [
],
},
{{/each}}
];
]