mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 13:21:30 +11:00
5b3e7f415b
* Add cargo-deny GitHub action * Remove Travis rule from mergify
18 lines
288 B
TOML
18 lines
288 B
TOML
[bans]
|
|
multiple-versions = "deny"
|
|
deny = []
|
|
skip = []
|
|
|
|
[licenses]
|
|
unlicensed = "deny"
|
|
# We want really high confidence when inferring licenses from text
|
|
confidence-threshold = 0.92
|
|
allow = [
|
|
"Apache-2.0",
|
|
"BSD-2-Clause",
|
|
"BSD-3-Clause",
|
|
"ISC",
|
|
"MIT",
|
|
"MPL-2.0",
|
|
]
|