mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 22:11:14 +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
|
# 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
|
# 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
|
# These are backup files generated by rustfmt
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
@ -14,4 +14,4 @@ Cargo.lock
|
||||||
*.pdb
|
*.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"
|
async-compat = "^0.2"
|
||||||
|
|
||||||
# file identifier
|
# file identifier
|
||||||
infer = "^0.9"
|
infer = "^0.11"
|
||||||
|
|
||||||
# crypto
|
# crypto
|
||||||
rand = "^0.8"
|
rand = "^0.8"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue