diff --git a/deny.toml b/deny.toml index fda1256..04c6416 100644 --- a/deny.toml +++ b/deny.toml @@ -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]