ash-molten/deny.toml
Eduard-Mihai Burtescu 3987210aff
Widen ash support up to 0.37, and bump version to 0.13.1. (#71)
* 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).
2022-10-04 15:05:22 +00:00

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",
]