mirror of
https://github.com/LinuxBeginnings/swww.git
synced 2026-01-11 15:00:59 -03:00
* Update MRSV * Accept new Unicode License * Install libwayland-dev and wayland-protocols on CI * Curse nix-os for being weird and not working
30 lines
675 B
TOML
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"]
|