aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-24 17:18:12 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-24 17:18:12 -0500
commit1e56f733275cdd1406a4d796d17dbcbf48432a66 (patch)
tree6aaeb7a552ca5a201d179d53327036138a536543
parent9138da1f59b5a72a854587c0b13bbe7a9252ba99 (diff)
downloadrbw-1e56f733275cdd1406a4d796d17dbcbf48432a66.tar.gz
rbw-1e56f733275cdd1406a4d796d17dbcbf48432a66.zip
cargo deny
-rw-r--r--deny.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 994369f..8f565dc 100644
--- a/deny.toml
+++ b/deny.toml
@@ -31,3 +31,11 @@ expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 }
]
+
+[[licenses.clarify]]
+name = "encoding_rs"
+version = "*"
+expression = "(Apache-2.0 OR MIT) AND BSD-3-Clause"
+license-files = [
+ { path = "COPYRIGHT", hash = 0x39f8ad31 }
+]