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 toCargo.lock
in the current directory if passedNone
as the path.