Skip to content

Commit

Permalink
chore: add Cargo.lock to git
Browse files Browse the repository at this point in the history
  • Loading branch information
singulared committed Aug 28, 2023
1 parent bcef981 commit 4e6fedb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# 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
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[workspace]

members = [
"hitboxd",
]
resolver = "2"
members = ["hitboxd"]

0 comments on commit 4e6fedb

Please sign in to comment.