mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
23 lines
336 B
TOML
23 lines
336 B
TOML
[advisories]
|
|
vulnerability = "deny"
|
|
unmaintained = "warn"
|
|
yanked = "warn"
|
|
notice = "deny"
|
|
|
|
[licenses]
|
|
unlicensed = "deny"
|
|
allow-osi-fsf-free = "either"
|
|
copyleft = "allow"
|
|
default = "deny"
|
|
|
|
[bans]
|
|
multiple-versions = "deny"
|
|
wildcards = "warn"
|
|
skip = [
|
|
{ name = "cfg-if" },
|
|
]
|
|
|
|
[sources]
|
|
unknown-registry = "deny"
|
|
unknown-git = "deny"
|