0 votes
in Rust by
What’s Cargo.lock in Rust?

1 Answer

0 votes
by

When a user runs cargo build command it automatically creates a file named as Cargo.lock to keep track of dependencies in the user application.

...