dvogt23 / book-summary

📔Book auto-summary 🦀🖤 (gitbook/mdBook)
MIT License
30 stars 13 forks source link

Add Cargo.lock #23

Closed jonringer closed 2 years ago

jonringer commented 2 years ago

I think the rust-lang book was misinterpreted. For applications, it is considered best practice to check in a Cargo.lock

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

If you’re building an end product, which are executable like command-line tool or an application, or a system library with crate-type of staticlib or cdylib, check Cargo.lock into git

dvogt23 commented 2 years ago

thanks but will fixing that with #22