1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-24 05:27:45 +00:00
physis/deny.toml

23 lines
397 B
TOML
Raw Normal View History

2022-07-19 19:29:41 -04:00
[advisories]
2024-11-03 11:14:47 -05:00
version = 2
2022-07-19 19:29:41 -04:00
[licenses]
allow = [
2024-11-03 11:14:47 -05:00
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"GPL-3.0",
2025-03-10 16:57:28 -04:00
"Unicode-3.0" # used for unicode-ident
2022-07-19 19:29:41 -04:00
]
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"]