Add Cargo.lock

488 commits without realizing I left Cargo.lock in the gitignore yikes
This commit is contained in:
Ottatop 2023-11-03 23:05:39 -05:00
parent 7f523bcdbb
commit d0bf71ae2a
2 changed files with 2636 additions and 4 deletions

5
.gitignore vendored
View file

@ -3,10 +3,6 @@
debug/
target/
# 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
# These are backup files generated by rustfmt
**/*.rs.bk
@ -14,3 +10,4 @@ target/
*.pdb
api/lua/doc/doc
api/rust/Cargo.lock

2635
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff