Add scripts to build for x86_64 linux too
This commit is contained in:
parent
60b7d4a531
commit
27145c758c
5 changed files with 138 additions and 11 deletions
|
|
@ -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"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue