EmbarkStudios / cargo-about

📜 Cargo plugin to generate list of all licenses for a crate 🦀
http://embark.rs
Apache License 2.0
545 stars 32 forks source link

Add `aarch64-pc-windows-msvc` binary in Github release binaries #233

Closed ArchangelX360 closed 11 months ago

ArchangelX360 commented 1 year ago

Is your feature request related to a problem? Please describe.

We would like to use pre-compiled binaries for generating licences, and some of our machines are Windows aarch64.

Describe the solution you'd like

Adding aarch64-pc-windows-msvc binary archive alongside the other ones in Github release asset list.

Describe alternatives you've considered

For now, we compile it from sources on this target, it requires quite the machinery simply for generating licences 😄.