Cargo-deny: allow 'BSD-2-Clause', 'BSD-3-Clause' license for tiny-skia dev-dependency
This commit is contained in:
parent
7f684ae099
commit
40c56e92b3
1 changed files with 2 additions and 1 deletions
|
|
@ -103,7 +103,8 @@ allow = [
|
|||
"MIT",
|
||||
"Apache-2.0",
|
||||
"Unicode-DFS-2016",
|
||||
#"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"BSD-2-Clause",
|
||||
"Zlib",
|
||||
#"Apache-2.0 WITH LLVM-exception",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue