Remove Cargo.lock
from library crates and add Cargo.lock
to binary ones
#1000
Labels
enhancement
New feature or request
Description
According to the following document https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries it is good practice to commit
Cargo.lock
in binary crates and not commit it in library ones. Currently we are not following the best practices as mentioned and need to fix it.The text was updated successfully, but these errors were encountered: