Add `Cargo.lock` to repository

This is currently "whatever lockfile happened to last work for str4d",
but going forward will be the lockfile we use for testing our MSRV. See
https://blog.rust-lang.org/2023/08/29/committing-lockfiles for rationale
on this change.
This commit is contained in:
Jack Grigg 2023-11-22 19:07:50 +00:00
parent f9838c127e
commit 6ca3b0a6cf
2 changed files with 1995 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
/target
**/*.rs.bk
Cargo.lock
.vscode
**/*.html
.DS_Store

1995
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff