Add staticlib option to Cargo

This commit is contained in:
J. Ayo Akinyele 2019-11-19 09:41:08 -05:00
parent 31842d0c73
commit bd050d7da6
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ secp256k1 = { version = "0.16.0", features = ["rand", "serde"] }
sha2 = { version = "0.8", default-features = false }
[lib]
crate-type = ["lib", "cdylib"]
crate-type = ["lib", "cdylib", "staticlib"]