mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 13:21:30 +11:00
3987210aff
* Widen `ash` support up to `0.37`, and bump version to `0.13.1`. * Allow `Unicode-DFS-2016` license (now required by proc macro ecosystem).
19 lines
312 B
TOML
19 lines
312 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",
|
|
"Unicode-DFS-2016",
|
|
]
|