Skip to content

Commit

Permalink
Initial deny config
Browse files Browse the repository at this point in the history
  • Loading branch information
MikailBag committed Jul 30, 2020
1 parent b1a5307 commit e463c93
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
37 changes: 26 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[bans]
multiple-version = "warn"
multiple-versions = "warn"

[licenses]
allow-osi-fsf-free = "both"
allow = ["BSD-2-Clause", "Unlicense", "CC0-1.0"]
unlicensed = "warn"

0 comments on commit e463c93

Please sign in to comment.