Closed h7kanna closed 10 months ago
Can we instead have all just refer to the license at the root?
Yes with license = { workspace = true }
@Sushisource - is it ok if we do that in each crate and remove all the LICENSE.txt
files but the one in the root? Also, can we remove the unnecessary opening line on the root LICENSE.txt
? It seems to be preventing GitHub from recognizing it's MIT for repo-metadata purposes.
Sure, we can use one shared one and get rid of the line at the top.
Ok, made the required changes
What was changed
Added license to test-utils crate to 'cargo-deny' failures
Why?
Checklist
Closes
How was this tested:
Any docs updates needed?