Skip to content

Commit dd65c79

Browse files
authored
chore: track Cargo.lock for reproducible builds (#10)
This project builds a cdylib that serves as a Lua native module loaded at runtime. It is effectively a final build artifact rather than a dependency consumed by other Rust crates.
1 parent f67f336 commit dd65c79

2 files changed

Lines changed: 1690 additions & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
debug/
44
target/
55

6-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8-
Cargo.lock
9-
106
# These are backup files generated by rustfmt
117
**/*.rs.bk
128

0 commit comments

Comments
 (0)