-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
https://github.com/EmbarkStudios/cargo-deny is a tool for keeping good dependency hygiene.
It will help you
- Keep out non-permissive licenses (e.g. copy-left, or in your case https://github.com/EmbarkStudios/cargo-deny)
- Prevent dependencies with vulnerabilities (Update arrow version due to soundness issue with lexical-core dependency #3071)
- Prevent duplicate crates (pulling in two versions of the same crate, adding to code bloat and compilation times)
To get started, take a look at:
wjones127
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers