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