Adjust cargo-deny for when run with all-features

pull/14/head
Dominik Nakamura 3 years ago
parent 7cc5d7d65b
commit d1b33b7bf1
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -1,2 +1,14 @@
[licenses]
allow = [
"MPL-2.0",
"OpenSSL",
]
allow-osi-fsf-free = "both"
[[licenses.clarify]]
name = "ring"
version = "*"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 },
]

Loading…
Cancel
Save