Cargo-deny: allow 'BSD-2-Clause', 'BSD-3-Clause' license for tiny-skia dev-dependency

This commit is contained in:
Dov Reshef 2023-09-26 21:02:29 +03:00
parent 7f684ae099
commit 40c56e92b3

View file

@ -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",
]