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:
Romain Ruetschi
2018-04-16 21:23:16 +02:00
parent 17a9c14bf3
commit 36bc055520
3 changed files with 454 additions and 4 deletions

View File

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