leptos-rs / leptos

Build fast web applications with Rust.
https://leptos.dev
MIT License
16.22k stars 641 forks source link

`Cargo.lock` #2881

Open sabify opened 2 months ago

sabify commented 2 months ago

By introducing cargo lockfile to the project and examples, we will:

gbj commented 2 months ago

For some added context, the guidance on including lockfiles in libraries has changed during the lifetime of this project, from "don't include lockfiles for libraries" to "maybe include lockfiles for libraries."

I think this is probably a good suggestion.