summaryrefslogtreecommitdiff
path: root/deny.toml
AgeCommit message (Collapse)AuthorFilesLines
2021-11-16chore: add config for `cargo deny`Lars Wirzenius1-0/+31
This allows `cargo deny check` to finish cleanly. The configuration NEEDS to be improved: currently it silently allows things like vulnerable dependencies. However, let's introduce the configuration this way and tighten it up later. This will us at least get started with using `cargo deny` without landing a large amount of works in our laps at once. Sponsored-by: author