summaryrefslogtreecommitdiffstats
path: root/third_party/rust/oxilangtag/deny.toml
blob: 6b5133355b2749dc5527668d61a185d802bf9280 (plain)
1
2
3
4
5
6
7
8
9
10
11
[licenses]
unlicensed = "deny"
allow = [
    "MIT",
    "Apache-2.0"
]
default = "deny"

[bans]
multiple-versions = "warn"
wildcards = "deny"