Skip to content

Commit

Permalink
Add cargo deny configuration.
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lynch <[email protected]>
  • Loading branch information
aexoden committed Apr 9, 2023
1 parent ab69dfb commit aa482da
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]
copyleft = "deny"
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
"Zlib",
]

0 comments on commit aa482da

Please sign in to comment.