返回 CodeWhale
audit.toml
根目录 / .cargo / audit.toml
1 # No suppressions: the old Starlark dependencies are absent from Cargo.lock.
2 # Keep remaining maintenance warnings visible in cargo-audit. The separately
3 # scoped cargo-deny exception is explained in docs/dependency-maintenance.md.
4 [advisories]
5 ignore = []
6
6 lines TOML