Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
fix: Add lib crate-type to build (#215)
Browse files Browse the repository at this point in the history
add lib crate type
  • Loading branch information
vezenovm authored Jun 1, 2023
1 parent 59b5c44 commit f51e196
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 @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dependencies]
acvm = { version = "0.12.0", features = ["bn254"] }
Expand Down

0 comments on commit f51e196

Please sign in to comment.