We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2ffdd commit 0b40b06Copy full SHA for 0b40b06
deny.toml
@@ -95,9 +95,14 @@ ignore = false
95
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
96
[bans]
97
multiple-versions = "warn"
98
-wildcards = "deny"
+# wildcards = "deny"
99
+wildcards = "allow"
100
highlight = "all"
101
+# allow-wildcard-paths = true
102
skip-tree = [
103
+ # { name = "qcs-api-client-common", depth = 20 },
104
+ # { name = "qcs-api-client-grpc", depth = 20 },
105
+ # { name = "qcs-api-client-openapi", depth = 20 },
106
{ name = "toml", version = "*", depth = 20 },
107
{ name = "warp", version = "*", depth = 20 }, # Only used for development
108
{ name = "hermit-abi", version = "*", depth = 20 }, # Only used for development
0 commit comments