1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

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

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" },