Skip to content

Commit

Permalink
deny.toml: Configure workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-hamester committed Aug 3, 2024
1 parent f51b9ed commit 91327ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ allow-wildcard-paths = true
multiple-versions = "warn"
wildcards = "deny"

[bans.workspace-dependencies]
duplicates = "deny"
unused = "deny"

[graph]
all-features = true

Expand Down

0 comments on commit 91327ba

Please sign in to comment.