1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -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] [bans]
multiple-versions = "deny" multiple-versions = "deny" # Use `cargo tree --duplicates` to easily find duplicates
wildcards = "deny" wildcards = "deny"
deny = [ deny = [
{ name = "cmake", reason = "It has hurt me too much" }, { name = "cmake", reason = "It has hurt me too much" },