pacak / cargo-show-asm

cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing license files

orhun opened this issue · comments

The project is dual licensed under MIT + Apache licenses but the repository contains no related files.

e.g. this is needed for distro packagers to include the license file in the cargo-show-asm package.

Please consider adding license files - you can check out this repo for an example.

Added. Maybe clippy or cargo should complain about that at some of the more pedantic settings. Or something around "how to publish a crate documentation" should mention it.

Yeah I agree. I think cargo clippy warns about missing license field if you deny clippy::cargo but not for the actual license files.

Can we get a new release along with this change? 🐻

Can we get a new release along with this change? 🐻

Yea, I'll try to make one soon-ish.

I released 0.2.22 (#218)