Skip to content

Commit

Permalink
add "staticlib" to crate-type in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsbradleyjr authored and richard-ramos committed Jul 7, 2022
1 parent 7ac7418 commit a7d30f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Onur Kılıç <kiliconu@itu.edu.tr>"]
edition = "2018"

[lib]
crate-type = ["cdylib", "rlib"]
crate-type = ["cdylib", "rlib", "staticlib"]

[features]
multicore = ["sapling-crypto/multicore", "bellman/multicore"]
Expand Down

0 comments on commit a7d30f1

Please sign in to comment.