Files
swww/deny.toml
Leonardo Gibrowski Faé 1b5646749a fix most of CI
* Update MRSV
 * Accept new Unicode License
 * Install libwayland-dev and wayland-protocols on CI
 * Curse nix-os for being weird and not working
2025-04-05 19:07:22 -03:00

30 lines
675 B
TOML

[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
yanked = "deny"
ignore = []
[bans]
multiple-versions = "warn"
wildcards = "warn"
highlight = "all"
# Certain crates/versions that will be skipped when doing duplicate detection.
skip = []
# Crate dependency trees that will be skipped when doing duplicate detection.
skip-tree = []
[licenses]
# The lint level for crates which do not have a detectable license
allow = [
"Apache-2.0",
"BSD-3-Clause",
"GPL-3.0",
"MIT",
"Unicode-3.0"
]
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]