Add Cargo.lock for proper Rust release

This commit is contained in:
Lennard Kittner
2026-02-12 19:47:43 +01:00
parent 3a2b0d2301
commit b62b474949
2 changed files with 612 additions and 8 deletions

8
.gitignore vendored
View File

@@ -3,17 +3,9 @@
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Added by cargo
/target