Add cargo lock for now as we need reproducible results

This commit is contained in:
Maximilian Ammann 2022-01-01 16:54:05 +01:00
parent acc883fe08
commit 1f781368ac
2 changed files with 2884 additions and 1 deletions

3
.gitignore vendored
View File

@ -5,7 +5,8 @@ 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
# FIXME: remove lock file after it reached stability
# Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk

2882
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff