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

Introduce `--workspace` #153

Closed MaulingMonkey closed 3 years ago

MaulingMonkey commented 3 years ago

Checklist

Description of Changes

This adds a new command line flag, --workspace, allowing you to enumerate the licenses used by an entire workspace, even in the presence of a package inside the root of the workspace.

Related Issues

Closes https://github.com/EmbarkStudios/cargo-about/issues/151 which rambles on about reasons/alternatives

MaulingMonkey commented 3 years ago

cargo-deny error is unrelated, and fixed by #149