Add license check #8
Labels
good first issue
Good for newcomers
Hacktoberfest
A good-for-Hacktoberfest issue. This label is only maintained in October.
help wanted
Extra attention is needed
priority: next
I'll probably get to it, eventually.
state: approved
Approved to proceed.
type: feature
Brand new functionality, features, pages, workflows, endpoints, etc.
work: clear
A known solution is (to be) implemented.
It's generally a good idea to ensure library licenses are actually compatible, even when not distributing binaries or writing only a library crate.
There should be scaffolding to allow only certain dependency licenses with
cargo deny
(for for standard and minimal versions resolution) and this should be enforced by CI.Describe alternatives you've considered
It's not strictly necessary to do this, but it's good form.
The text was updated successfully, but these errors were encountered: