rust-minidump / rust-minidump

Type definitions, parsing, and analysis for the minidump file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add LICENSE files to releases of individual crates

molenzwiebel opened this issue · comments

Hi there!

In order to give proper attributions for any crates I use, I use the cargo about tool. This automatically gathers the licenses for each (transitive) dependency used. This tool is currently failing for all crates in this repository, as the LICENSE file is situated in the root of the repository and is therefore not included in the bundles that are pushed to crates.io.

I've gone ahead and manually elaborated the licenses in my project for now, but it'd be great if you could consider adding the licenses to the releases of the individual packages too.

Thanks for all the work on rust-minidump!

I think this might be useful for cargo-deny too.

Thanks!