This can be useful if one wants to use a build command proxy like cargo-auditable. The binary includes a dependency tree and makes it possible to audit a released binary.
Instead of running a normal cargo build --release, one would run cargo auditable build --release.
This can be useful if one wants to use a build command proxy like cargo-auditable. The binary includes a dependency tree and makes it possible to audit a released binary.
Instead of running a normal
cargo build --release
, one would runcargo auditable build --release
.