cargo-deny: Allow ISC license

This commit is contained in:
Luke Street 2023-09-05 17:24:03 -04:00
parent e3857d3212
commit 21c80537ac
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ allow = [
"BSD-3-Clause", "BSD-3-Clause",
"Unicode-DFS-2016", "Unicode-DFS-2016",
"0BSD", "0BSD",
"ISC",
] ]
# List of explictly disallowed licenses # List of explictly disallowed licenses
# See https://spdx.org/licenses/ for list of possible licenses # See https://spdx.org/licenses/ for list of possible licenses