fix: revert removal of WTFPL from deny.toml (#266)

This is actually used for terminfo (transitively from termwiz
This commit is contained in:
Josh McKinney 2023-06-17 01:54:25 -07:00 committed by GitHub
parent 6c2fbbf275
commit dca9871744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ allow = [
"ISC",
"MIT",
"Unicode-DFS-2016",
"WTFPL",
]
[advisories]