Files
jory 92dc3a983e
Code Quality / quality-checks (push) Has been cancelled
Security Scan / security-audit (push) Has been cancelled
refactor: resolve security advisories and update core dependencies
2026-04-10 18:29:33 +02:00

27 lines
421 B
TOML

[advisories]
ignore = []
[bans]
multiple-versions = "allow"
[licenses]
allow = [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Zlib",
"Unlicense",
"0BSD",
"Unicode-3.0",
"MPL-2.0",
"GPL-3.0-or-later",
"Apache-2.0 WITH LLVM-exception",
"CDLA-Permissive-2.0",
]
[sources]
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []