deny.toml: point users to `cargo tree --duplicates`

This commit is contained in:
Emil Ernerfeldt 2025-01-29 08:44:47 +01:00
parent 10523ec22d
commit e343125f70
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ ignore = [
]
[bans]
multiple-versions = "deny"
multiple-versions = "deny" # Use `cargo tree --duplicates` to easily find duplicates
wildcards = "deny"
deny = [
{ name = "cmake", reason = "It has hurt me too much" },