mirror of
https://github.com/zhom/banderole.git
synced 2026-04-22 03:46:17 +02:00
29 lines
531 B
TOML
29 lines
531 B
TOML
# Configuration for cargo-deny
|
|
|
|
[licenses]
|
|
allow = [
|
|
"MIT",
|
|
"Apache-2.0",
|
|
"Apache-2.0 WITH LLVM-exception",
|
|
"BSD-3-Clause",
|
|
"Unicode-3.0",
|
|
"CC0-1.0",
|
|
"MPL-2.0",
|
|
"Zlib",
|
|
"bzip2-1.0.6"
|
|
]
|
|
|
|
confidence-threshold = 0.8
|
|
|
|
[advisories]
|
|
db-path = "~/.cargo/advisory-db"
|
|
db-urls = ["https://github.com/rustsec/advisory-db"]
|
|
unmaintained = "workspace"
|
|
yanked = "warn"
|
|
|
|
[sources]
|
|
unknown-registry = "warn"
|
|
unknown-git = "warn"
|
|
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|
|
allow-git = []
|