19 lines
282 B
TOML
19 lines
282 B
TOML
[licenses]
|
|
allow = [
|
|
"MIT",
|
|
"Apache-2.0",
|
|
"MPL-2.0",
|
|
"ISC",
|
|
"BSD-3-Clause",
|
|
"BSD-2-Clause",
|
|
"AGPL-3.0",
|
|
"OpenSSL",
|
|
"Unicode-DFS-2016",
|
|
]
|
|
|
|
[[licenses.clarify]]
|
|
name = "ring"
|
|
expression = "MIT AND ISC AND OpenSSL"
|
|
license-files = [
|
|
{ path = "LICENSE", hash = 0xbd0eed23 }
|
|
]
|