diff options
Diffstat (limited to 'deny.toml')
| -rw-r--r-- | deny.toml | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -35,12 +35,7 @@ allow-osi-fsf-free = "neither" default = "deny" # Some crates require weird licenses, exceptions for those crates can be made here -exceptions = [ - { allow = ["Unicode-DFS-2016"], name = "unicode-ident", version = "*" }, - { allow = ["Zlib"], name = "bevy_mikktspace", version = "*" }, - { allow = ["Zlib"], name = "adler32", version = "*" }, - { allow = ["Zlib"], name = "const_panic", version = "*" }, -] +exceptions = [] # The confidence threshold for detecting a license from license text. # The higher the value, the more closely the license text must be to the |
