diff --git a/core_primitives/Cargo.toml b/core_primitives/Cargo.toml index c3a6f72..39885b2 100644 --- a/core_primitives/Cargo.toml +++ b/core_primitives/Cargo.toml @@ -13,6 +13,10 @@ sha2.workspace = true elliptic-curve.workspace = true monotree.workspace = true +[dependencies.secp256k1-zkp] +workspace = true +features = ["std", "rand-std", "rand", "serde", "global-context"] + [dependencies.storage] path = "../storage"