Add cargo-deny config
This commit is contained in:
parent
271714dd37
commit
45589781ba
1 changed files with 14 additions and 0 deletions
14
deny.toml
Normal file
14
deny.toml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[licenses]
|
||||||
|
copyleft = "allow"
|
||||||
|
allow-osi-fsf-free = "both"
|
||||||
|
allow = [
|
||||||
|
"OpenSSL",
|
||||||
|
"Unicode-DFS-2016",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[licenses.clarify]]
|
||||||
|
name = "ring"
|
||||||
|
expression = "MIT AND ISC AND OpenSSL"
|
||||||
|
license-files = [
|
||||||
|
{ path = "LICENSE", hash = 0xbd0eed23 }
|
||||||
|
]
|
Loading…
Reference in a new issue