pub fn parse_cargo_about(json: &str) -> Result<Vec<LicenseUsed>, Error>Expand description
Parse the output of cargo about.
Example command:
cargo about generate -c .cargo/about.toml --format json --workspace --all-featuresSee also collect_cargo_about that calls the command.