Skip to content

Commit

Permalink
Add deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Apr 7, 2022
1 parent 9f48869 commit 67ea095
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[licenses]
allow = ["Apache-2.0", "MIT", "BSD-3-Clause"]

[bans]
deny = [{ name = "cmake" }]
skip = [
# old csv via old criterion
{ name = "itoa", version = "=0.4.8" },
# Proptest includes 2 version :(
{ name = "quick-error", version = "=1.2.3" },
]

0 comments on commit 67ea095

Please sign in to comment.