sstadick / cargo-bundle-licenses

Generate a THIRDPARTY file with all licenses in a cargo project.
Apache License 2.0
90 stars 6 forks source link

Normalize $CARGO_HOME in license file path #12

Closed Skgland closed 2 years ago

Skgland commented 2 years ago

An attempt at resolving issue #8

Skgland commented 2 years ago

Regarding the remaining clippy warning I am not sure whether LicenseAndText should derive Eq or if the lint should be allowed for that type.