mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-11 10:30:18 +00:00
Add Cargo.lock
This commit is contained in:
parent
2be10795ef
commit
22a646aad8
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
1775
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user