From 69cd578d0368c454010c7caf8fd4a00e69263e4a Mon Sep 17 00:00:00 2001 From: vezenovm Date: Wed, 31 May 2023 14:44:29 +0000 Subject: [PATCH] add lib crate type --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }