diff --git a/Cargo.toml b/Cargo.toml index 5f7513be..60c1eb44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }