devongovett / glob-match

An extremely fast glob matching library in Rust.
MIT License
325 stars 13 forks source link

Consider removing Cargo.lock #7

Open arlyon opened 1 year ago

arlyon commented 1 year ago

For libraries, it is common to not include the lockfile

https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html#cargotoml-vs-cargolock

https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries

Perhaps we should consider following the convention.