Update the cargo deny config
This commit is contained in:
parent
85c4826782
commit
6913e54a94
1 changed files with 2 additions and 1 deletions
|
@ -110,8 +110,9 @@ unlicensed = "deny"
|
|||
# See https://spdx.org/licenses/ for list of possible licenses
|
||||
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
|
||||
allow = [
|
||||
"MIT",
|
||||
"Apache-2.0",
|
||||
"BSD-3-Clause",
|
||||
"MIT",
|
||||
"Unicode-DFS-2016",
|
||||
]
|
||||
# List of explicitly disallowed licenses
|
||||
|
|
Loading…
Reference in a new issue