twitch-tui/deny.toml

21 lines
358 B
TOML
Raw Normal View History

2022-09-02 10:03:30 +03:00
[advisories]
vulnerability = "deny"
unmaintained = "deny"
yanked = "deny"
notice = "deny"
ignore = []
[bans]
multiple-versions = "deny"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
[licenses]
unlicensed = "deny"
copyleft = "deny"
default = "deny"
allow = ["MIT", "Apache-2.0"]