What Is That Cargo.lock?

devquora
devquora

Posted On: Feb 22, 2018

 

When we run cargo build command it creates a new file called Cargo.lock.Cargo uses the Cargo.lock file to keep track of dependencies in your application.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Rust Interview Questions

    Explain Rust?

    Rust is blazingly fast systems programming language that prevents segfaults and guarantees thread safety...

    Rust Interview Questions

    Rust was Designed by whom

    Originally Rust was designed by Graydon Hoare, Now it managed by Rust project developers...

    Rust Interview Questions

    When the first version of Rust was released

    The first version of Rust was released in the year 2010...