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.
2 parents 809bc15 + 4661534 commit dc11e43Copy full SHA for dc11e43
.cargo/audit.toml
@@ -19,12 +19,8 @@ show_tree = true # Show inverse dependency trees along with advisories
19
20
# Target Configuration
21
[target]
22
-arch = "x86_64" # Ignore advisories for CPU architectures other than this one
23
os = "linux" # Ignore advisories for operating systems other than this one
24
25
-[packages]
26
-source = "all" # "all", "public" or "local"
27
-
28
[yanked]
29
enabled = true # Warn for yanked crates in Cargo.lock
30
update_index = true # Auto-update the crates.io index
0 commit comments