Module cargo_audit::lockfile

source ·
Expand description

Cargo.lock-related utilities

Functions§

  • Run cargo generate-lockfile
  • Tries to locate the lockfile at the specified file path. If it’s missing, tries to generate it from Cargo.toml. Defaults to Cargo.lock in the current directory if passed None as the path.