We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ec85a commit 7867fdeCopy full SHA for 7867fde
1 file changed
deny.toml
@@ -52,6 +52,10 @@ exceptions = [
52
# https://tldrlegal.com/license/creative-commons-cc0-1.0-universal
53
{ allow = ["CC0-1.0"], name = "notify" },
54
{ allow = ["CC0-1.0"], name = "hexf-parse" },
55
+ # MPL-2.0+ crates pulled in by egglog via im-rc
56
+ { allow = ["MPL-2.0"], name = "bitmaps" },
57
+ { allow = ["MPL-2.0"], name = "im-rc" },
58
+ { allow = ["MPL-2.0"], name = "sized-chunks" },
59
]
60
61
# See note in encoding_rs's readme! This clarification is copied directly from there.
0 commit comments