Support multiple license files #5933
Labels
A-license
Area: license handling
A-manifest
Area: Cargo.toml issues
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
Cargo's
license-file
manifest key allows a crate author to specify the path to a license file. However, some projects have different license files applying to different files. Cargo should add a newlicense-files
(plural) key which takes an array of file paths, which would be mutually exclusive with thelicense-file
key.Discussion on internals here.
The text was updated successfully, but these errors were encountered: