Skip to content

Commit

Permalink
Add Cargo.lock
Browse files Browse the repository at this point in the history
Cargo.lock should be checked in for binary projects, oops.

https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

closes #13
  • Loading branch information
epilys committed Nov 15, 2019
1 parent 7663fbe commit bba7848
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
target/
**/*.rs.bk
Cargo.lock
target/
**/*.rs.bk
target/
**/*.rs.bk
.gdb_history
*.log


#Added by cargo
#
#already existing elements are commented out

/target
#**/*.rs.bk


#Added by cargo
#
#already existing elements are commented out

#/target
#**/*.rs.bk
target/
**/*.rs.bk
256 changes: 256 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bba7848

Please sign in to comment.