1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-05-05 18:27:46 +00:00
physis/deny.toml
2025-04-28 17:23:09 -04:00

22 lines
371 B
TOML
Executable file

[advisories]
version = 2
[licenses]
allow = [
"MIT",
"Apache-2.0",
"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"]