summaryrefslogtreecommitdiff
path: root/deny.toml
blob: 75b6ac9b215ddefaa214fdb5d0f2bc12466428c0 (plain)
1
2
3
4
5
6
7
8
9
10
[licenses]
unlicensed = "deny"
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause"]

[bans]

[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = []