Allow Zlib in dependencies

This commit is contained in:
Edgar Geier 2023-03-03 01:01:41 +01:00
parent 20234f8d11
commit c1636f6381
No known key found for this signature in database
GPG key ID: 7A65B51FD6B75EF5

View file

@ -112,6 +112,7 @@ allow = [
"Apache-2.0",
"Unicode-DFS-2016",
"BSD-2-Clause",
"Zlib",
#"Apache-2.0 WITH LLVM-exception",
]
# List of explicitly disallowed licenses
@ -163,8 +164,8 @@ exceptions = [
# and the crate will be checked normally, which may produce warnings or errors
# depending on the rest of your configuration
#license-files = [
# Each entry is a crate relative path, and the (opaque) hash of its contents
#{ path = "LICENSE", hash = 0xbd0eed23 }
# Each entry is a crate relative path, and the (opaque) hash of its contents
#{ path = "LICENSE", hash = 0xbd0eed23 }
#]
[licenses.private]