Add scripts to build for x86_64 linux too

This commit is contained in:
Igor Katson 2021-10-17 18:17:50 +01:00
parent 60b7d4a531
commit 27145c758c
5 changed files with 138 additions and 11 deletions

View file

@ -9,7 +9,7 @@ edition = "2018"
default = ["sha1-system"]
sha1-system = ["sha1w/sha1-system"]
sha1-openssl = ["sha1w/sha1-openssl"]
sha1-rust = ["sha1w/sha1-openssl"]
sha1-rust = ["sha1w/sha1-rust"]
[dependencies]
serde = {version = "1", features=["derive"]}