22 lines
430 B
TOML
22 lines
430 B
TOML
targets = [ { triple = "x86_64-unknown-linux-gnu" }, ]
|
|
|
|
|
|
[advisories]
|
|
db-urls = ["https://github.com/rustsec/advisory-db"]
|
|
vulnerability = "deny"
|
|
unmaintained = "warn"
|
|
yanked = "deny"
|
|
notice = "warn"
|
|
|
|
|
|
[licenses]
|
|
unlicensed = "deny"
|
|
default = "deny"
|
|
allow-osi-fsf-free = "either"
|
|
|
|
|
|
[[licenses.clarify]]
|
|
name = "ring"
|
|
version = "*"
|
|
expression = "MIT AND ISC AND OpenSSL"
|
|
license-files = [ { path = "LICENSE", hash = 0xbd0eed23 } ]
|