src/doc/src/commands/cargo-generate-lockfile.md
cargo-generate-lockfile --- Generate the lockfile for a package
cargo generate-lockfile [options]
This command will create the Cargo.lock lockfile for the current package or
workspace. If the lockfile already exists, it will be rebuilt with the latest
available version of every package.
See also cargo-update(1) which is also capable of creating a Cargo.lock
lockfile and has more options for controlling update behavior.
See the reference for details on environment variables that Cargo reads.
0: Cargo succeeded.101: Cargo failed to complete.Create or update the lockfile for the current package or workspace:
cargo generate-lockfile