cargo-deny: fix license list
This commit is contained in:
12
deny.toml
12
deny.toml
@@ -27,14 +27,13 @@ ignore = []
|
||||
|
||||
[licenses]
|
||||
allow = [
|
||||
"GPL-2.0",
|
||||
"MIT",
|
||||
"Apache-2.0",
|
||||
"ISC",
|
||||
"MPL-2.0",
|
||||
"Unicode-DFS-2016",
|
||||
"BSD-3-Clause",
|
||||
"OpenSSL",
|
||||
"CDLA-Permissive-2.0",
|
||||
"ISC",
|
||||
"MIT",
|
||||
"Unicode-3.0",
|
||||
"Zlib"
|
||||
]
|
||||
confidence-threshold = 0.8
|
||||
exceptions = []
|
||||
@@ -75,4 +74,3 @@ allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|
||||
allow-git = []
|
||||
|
||||
[sources.allow-org]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user