12 lines
212 B
TOML
12 lines
212 B
TOML
|
[licenses]
|
||
|
allow-osi-fsf-free = "either"
|
||
|
copyleft = "deny"
|
||
|
|
||
|
[[licenses.clarify]]
|
||
|
name = "ring"
|
||
|
version = "*"
|
||
|
expression = "MIT AND ISC AND OpenSSL"
|
||
|
license-files = [
|
||
|
{ path = "LICENSE", hash = 0xbd0eed23 }
|
||
|
]
|