Skip to content

Commit

Permalink
build(ci): add restrictive bans config. for cargo deny
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Nov 14, 2022
1 parent c32f51e commit b2d8a2f
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
@@ -1,3 +1,14 @@
[bans]
multiple-versions = "deny"
skip-tree = [
{ name = "cts_runner" },
{ name = "dummy" },
{ name = "player" },
{ name = "run-wasm" },
{ name = "wgpu-info" },
]
wildcards = "deny"

[licenses]
allow = [
"Apache-2.0",
Expand Down

0 comments on commit b2d8a2f

Please sign in to comment.