Merge pull request #33 from EETagent/cargo_lock_in_repo

Cargo.lock in repo
This commit is contained in:
Vojtěch Jungmann 2022-11-06 23:54:29 +01:00 committed by GitHub
commit d657c5dfee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3547 additions and 3 deletions

4
.gitignore vendored
View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -21,7 +21,7 @@ futures = "^0.3"
async-compat = "^0.2"
# file identifier
infer = "^0.9"
infer = "^0.11"
# crypto
rand = "^0.8"