Skip to content

Commit 5a07de3

Browse files
authored
Include Cargo.lock for reproducible builds (#107)
This project provides a library and an executable. Including a Cargo.lock allows the executable to be built reliably (and is expected by third-parties, like Nixpkgs). Those depending on the library are unaffected, since the Cargo.lock files from dependencies will be ignored.
1 parent 75f29a0 commit 5a07de3

File tree

2 files changed

+1083
-2
lines changed

2 files changed

+1083
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
target
2-
Cargo.lock
3-
*.bk
2+
*.bk

0 commit comments

Comments
 (0)