cargo-lichking icon indicating copy to clipboard operation
cargo-lichking copied to clipboard

`license-file` not automatically bundled

Open jwodder opened this issue 2 years ago • 0 comments

By my reading of the code, if a package specifies a license file via the license-file metadata field, cargo-lichking will not actually bundle that file unless it happens to have a name that lichking already checks. For example, a license-file of LICENSE will be bundled, but one named COPYRIGHT will not.

jwodder avatar Oct 26 '23 21:10 jwodder