Skip to content

Commit 253d639

Browse files
committed
Simplify configuration for cargo deny
1 parent 1f08140 commit 253d639

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

deny.toml

-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
[licenses]
2-
allow = ["MPL-2.0"]
32
allow-osi-fsf-free = "either"
43
copyleft = "warn"
5-
exceptions = [{ allow = ["ISC", "MIT", "OpenSSL"], name = "ring" }]
64
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)