Skip to content

Commit f0105b7

Browse files
committed
Revert "Simplify configuration for cargo deny"
This reverts commit 253d639.
1 parent 253d639 commit f0105b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deny.toml

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[licenses]
2+
allow = ["MPL-2.0"]
23
allow-osi-fsf-free = "either"
34
copyleft = "warn"
5+
exceptions = [{ allow = ["ISC", "MIT", "OpenSSL"], name = "ring" }]
46
private = { ignore = true }
7+
8+
[[licenses.clarify]]
9+
name = "ring"
10+
expression = "ISC AND MIT AND OpenSSL"
11+
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]

0 commit comments

Comments
 (0)