We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c1649 commit 9b9d05cCopy full SHA for 9b9d05c
deny.toml
@@ -1,16 +1,16 @@
1
+[graph]
2
targets = [
- { triple = "x86_64-unknown-linux-gnu" },
3
- { triple = "x86_64-unknown-linux-musl" },
4
- { triple = "x86_64-apple-darwin" },
5
- { triple = "x86_64-pc-windows-msvc" },
+ "x86_64-unknown-linux-gnu",
+ "x86_64-unknown-linux-musl",
+ "x86_64-apple-darwin",
6
+ "x86_64-pc-windows-msvc",
7
]
8
9
[advisories]
10
yanked = "deny"
11
ignore = []
12
13
[licenses]
-unlicensed = "deny"
14
# We want really high confidence when inferring licenses from text
15
confidence-threshold = 0.93
16
allow = ["MIT", "BSD-3-Clause", "Apache-2.0"]
0 commit comments