-
Notifications
You must be signed in to change notification settings - Fork 13.3k
add Cargo metadata to libstd #45669
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
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.
Feel free to squash or change or ignore any of these commits. |
📌 Commit 86c09f3 has been approved by |
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