mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-21 13:28:57 +00:00
Merge pull request #33 from EETagent/cargo_lock_in_repo
Cargo.lock in repo
This commit is contained in:
commit
d657c5dfee
3 changed files with 3547 additions and 3 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
|
|
@ -21,7 +21,7 @@ futures = "^0.3"
|
|||
async-compat = "^0.2"
|
||||
|
||||
# file identifier
|
||||
infer = "^0.9"
|
||||
infer = "^0.11"
|
||||
|
||||
# crypto
|
||||
rand = "^0.8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue