holochain-cmd icon indicating copy to clipboard operation
holochain-cmd copied to clipboard

Remove Cargo.lock from .gitignore

Open maackle opened this issue 6 years ago • 0 comments

Cargo.lock should be included in this crate since it produces a binary. From https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html:

If you’re building an executable like a command-line tool or an application, check Cargo.lock into git

Also see the FAQ about this

maackle avatar Nov 14 '18 01:11 maackle