You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
256 B
10 lines
256 B
|
|
# 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 = []
|
|
|