Skip to content

Commit

Permalink
fix: add cargo lock since crate is a binary
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Apr 21, 2022
1 parent 7ba3f78 commit d9488f9
Show file tree
Hide file tree
Showing 2 changed files with 2,075 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

# 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
crates/*/Cargo.lock
examples/*/Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit d9488f9

Please sign in to comment.