From d6b6d92122d674a5855275b9a981f420c9514231 Mon Sep 17 00:00:00 2001 From: Rostyslav Tyshko Date: Wed, 9 Apr 2025 01:31:52 -0400 Subject: [PATCH] add dependency to storage --- storage/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/storage/Cargo.toml b/storage/Cargo.toml index 0da0fc3..6e27eda 100644 --- a/storage/Cargo.toml +++ b/storage/Cargo.toml @@ -18,3 +18,7 @@ rocksdb.workspace = true rs_merkle.workspace = true sha2.workspace = true monotree.workspace = true + +[dependencies.secp256k1-zkp] +workspace = true +features = ["std", "rand-std", "rand", "serde", "global-context"] \ No newline at end of file