smallcloudai / refact-lsp

LSP server for Refact, suitable for Sublime Text, and other editors
BSD 3-Clause "New" or "Revised" License
24 stars 12 forks source link

Cargo.lock file is missing #252

Open ser opened 1 month ago

ser commented 1 month ago

Per the instructions in the Cargo Book best practices guide, Rust applications should always commit the Cargo.lock file in git to ensure a reproducible build.

This file is missing.