We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8aede0 commit 1ca3bf3Copy full SHA for 1ca3bf3
deny.toml
@@ -38,10 +38,6 @@ allow-build-scripts = [
38
{ name = "varisat", version = "=0.2.2" }, # https://docs.rs/crate/varisat/0.2.2/source/build.rs
39
]
40
41
-[sources]
42
-allow-git = [
43
-]
44
-
45
[licenses]
46
allow = [
47
"0BSD",
@@ -51,12 +47,4 @@ allow = [
51
"MIT",
52
48
"MPL-2.0",
53
49
"Unicode-DFS-2016",
54
55
- "LicenseRef-AtCoderJudgeSystem",
56
57
-clarify = [
58
- # https://github.com/EmbarkStudios/cargo-deny/issues/282
59
- # `main`自体もライセンスを持つことを要求してくるため、ダミーのライセンスを宣言する
60
- # ac-library-rsも`package.private = true`であるため、上記リンクの方法は取れない
61
- { name = "main", expression = "LicenseRef-AtCoderJudgeSystem", license-files = [] },
62
50
0 commit comments