mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-06-07 17:25:00 -06:00
11 lines
256 B
TOML
11 lines
256 B
TOML
|
|
# cargo-deny configuration (minimal)
|
|
|
|
[advisories]
|
|
# default uses the rustsec DB; keep empty to use defaults
|
|
|
|
[licenses]
|
|
# Allowlist of licenses. Edit to match project policy.
|
|
allow = ["AGPL-3.0-only", "MIT", "Apache-2.0", "BSD-3-Clause"]
|
|
exceptions = []
|