1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-25 22:07:44 +00:00
physis/deny.toml

23 lines
409 B
TOML
Executable file

[advisories]
version = 2
[licenses]
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"GPL-3.0",
"Unicode-3.0", # used for unicode-ident
"Zlib"
]
confidence-threshold = 0.8
[bans]
multiple-versions = "deny"
wildcards = "warn"
highlight = "all"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]