mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-13 19:43:23 +00:00
chore: add Cargo.lock to repo
This commit is contained in:
parent
2382b899a7
commit
ec6bd4cd2b
2 changed files with 3546 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -5,7 +5,7 @@ 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
|
||||
# Cargo.lock
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
|
@ -14,4 +14,4 @@ Cargo.lock
|
|||
*.pdb
|
||||
|
||||
|
||||
.env
|
||||
.env
|
||||
|
|
|
|||
3544
Cargo.lock
generated
Normal file
3544
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue