deny.toml: add clarification of encoding_rs license

This commit is contained in:
Alyssa Ross 2022-02-16 16:59:48 +00:00
parent ea4a8c7c2d
commit 733f6487eb
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -15,3 +15,11 @@ allow = [
"BSD-3-Clause",
"MIT",
]
[[licenses.clarify]]
name = "encoding_rs"
version = "*"
expression = "(Apache-2.0 OR MIT) AND BSD-3-Clause"
license-files = [
{ path = "COPYRIGHT", hash = 0x39f8ad31 }
]