holochain-cmd
holochain-cmd copied to clipboard
Remove Cargo.lock from .gitignore
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