mirror of
https://github.com/mii443/akaza.git
synced 2025-08-22 14:55:31 +00:00
14 lines
339 B
TOML
14 lines
339 B
TOML
[licenses]
|
|
allow-osi-fsf-free = "either"
|
|
copyleft = "deny"
|
|
|
|
[advisories]
|
|
ignore = [
|
|
"RUSTSEC-2020-0071", # chrono 経由の依存で、chrono では該当 API つかってない https://github.com/chronotope/chrono/blob/main/deny.toml
|
|
"RUSTSEC-2021-0145", # atty: dev deps
|
|
]
|
|
|
|
unmaintained = "deny"
|
|
unsound = "deny"
|
|
yanked = "deny"
|