about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--deny.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 67d33c0..f0592f0 100644
--- a/deny.toml
+++ b/deny.toml
@@ -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 }
+]