Fix cargo-deny
This commit is contained in:
parent
bdad7aca47
commit
fda275f231
|
|
@ -72,6 +72,8 @@ unlicensed = "deny"
|
||||||
allow = [
|
allow = [
|
||||||
"MIT",
|
"MIT",
|
||||||
"Apache-2.0",
|
"Apache-2.0",
|
||||||
|
"BSD-3-Clause",
|
||||||
|
"Zlib",
|
||||||
#"Apache-2.0 WITH LLVM-exception",
|
#"Apache-2.0 WITH LLVM-exception",
|
||||||
]
|
]
|
||||||
# List of explicitly disallowed licenses
|
# List of explicitly disallowed licenses
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue