-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Description
From this documentation https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html, it's stated that
If you’re building a non-end product, such as a rust library that other rust packages will depend on, put Cargo.lock in your .gitignore.
The GitHub gitignore convention uses it: https://github.com/github/gitignore/blob/main/Rust.gitignore
...
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
...
Metadata
Metadata
Assignees
Labels
No labels