chore: tun uses WTFPL

This commit is contained in:
zonyitoo
2024-12-04 00:23:04 +08:00
parent 3f62aabd2a
commit d15ff7bf0d

View File

@@ -118,7 +118,7 @@ exceptions = [
# Each entry is the crate and version constraint, and its specific allow
# list
#{ allow = ["Zlib"], crate = "adler32" },
{ allow = ["WTFPL"], crate = "tun2" },
{ allow = ["WTFPL"], crate = "tun" },
{ allow = ["LicenseRef-ring"], crate = "ring" },
]