Uh oh!
There was an error while loading. Please reload this page.
add Cargo metadata to libstd - #45669
Conversation
Include the license of libstd in the cargo metadata
Include the repository info for libstd in the Cargo metadata.
cardoe
commented
Oct 31, 2017
I'm working on some additions for https://github.com/cargo/cargo-bitbake to generate the necessary license data for compliance validation for Yocto based distros. I made the assumption that all dependencies in crates.io must comply with the packaging requirements which works until I attempted to include libstd's data (which I know is not on crates.io). I am hoping we can include this so I don't have to special case libstd. As well as some day libstd being available in crates.io |
Include a description field for libstd in Cargo metadata.
cardoe
commented
Oct 31, 2017
Feel free to squash or change or ignore any of these commits. |
kennytm
commented
Nov 3, 2017
bors
commented
Nov 3, 2017
📌 Commit 86c09f3 has been approved by |
cardoe
commented
Nov 4, 2017
I'd like to do all of them @kennytm but I figured I'd start here to see if the maintainers were receptive. |
add Cargo metadata to libstd Add license and repository metadata to libstd
Add license and repository metadata to libstd