rochacbruno / marmite

Markdown makes sites - A Static Site Generator for Blogs
https://rochacbruno.github.io/marmite/
GNU Affero General Public License v3.0
449 stars 21 forks source link

Missing Cargo.lock #93

Closed jzbor closed 1 month ago

jzbor commented 1 month ago

Rust projects usually have their Cargo.lock tracked in their source repository. This helps with deterministic builds and packaging. See also https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control

rochacbruno commented 1 month ago

done Thanks