mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
Add back Cargo.lock
Although RustySecrets is a library, it is important that all contributors to the library are using the very same version of every package, as we cannot always trust downstream deps to follow SemVer to the letter.
This commit is contained in:
@ -13,6 +13,8 @@ license = "BSD-3-Clause"
|
||||
readme = "README.md"
|
||||
build = "build.rs"
|
||||
|
||||
exclude = ["Cargo.lock"]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "SpinResearch/RustySecrets", branch = "master" }
|
||||
coveralls = { repository = "SpinResearch/RustySecrets", branch = "master", service = "github" }
|
||||
|
Reference in New Issue
Block a user