bahlo / sonyflake-rs

🃏 A distributed unique ID generator inspired by Twitter's Snowflake.
https://docs.rs/sonyflake/
Apache License 2.0
174 stars 10 forks source link

Include Cargo.lock in repository #25

Closed negezor closed 6 days ago

negezor commented 6 months ago

Here's a description of what problems this solves https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control. I didn't include the Cargo.lock file in this PR, so it will make it harder to merge other current PRs.