mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-27 13:01:37 +00:00
12 lines
218 B
TOML
12 lines
218 B
TOML
[licenses]
|
|
allow-osi-fsf-free = "either"
|
|
copyleft = "deny"
|
|
|
|
[advisories]
|
|
ignore = [
|
|
"RUSTSEC-2022-0004", # rustc_serialize, cannot remove due to compatibility
|
|
]
|
|
unmaintained = "deny"
|
|
unsound = "deny"
|
|
yanked = "deny"
|