Add Cargo.lock

This commit is contained in:
folex 2021-05-14 18:03:33 +03:00
parent 2be10795ef
commit 22a646aad8
2 changed files with 1781 additions and 1 deletions

7
.gitignore vendored
View File

@ -1,6 +1,11 @@
# We keep Cargo.lock in the repo even though crates here are meant to be used as libraries. Reasons for that are:
# 1. It makes builds more stable
# 2. It doesn't affect users of the libraries in any way: Cargo.lock isn't included in the package distribution
# 3. If one of the dependencies breaks our build, we can always say when and why that happened
# 4. Since Cargo.lock isn't distributed (which is a good thing), we tend to specify inner dependencies with =x.x.x
# Rust artifacts
target
Cargo.lock
# IDE metadate
.idea

1775
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff