rust-av / av-metrics

Quality metrics
MIT License
53 stars 10 forks source link

Update metadata to include LICENSE files in published crates #297

Closed decathorpe closed 1 year ago

decathorpe commented 1 year ago

This is a follow-up for issue #215 and commit https://github.com/rust-av/av-metrics/commit/c7e0a7d41a9611d414deb6e14720f34d16d43169 . It looks like it was missed that the crates have include = ["src/**/*"] in their Cargo.toml files, which made the previous change ineffective - it resulted in LICENSE files being included in the git repository, but due to the restrictive include setting in Cargo.toml files in this workspace, they never ended up in published crates.

shssoichiro commented 1 year ago

Apparently I have to fix clippy stuff first

decathorpe commented 1 year ago

Thanks for merging!