1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00

23 lines
336 B
TOML
Raw Normal View History

2024-11-17 13:21:08 -03:00
[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"