From 593235a09f1400bd308877e883106e86ff5c3c0a Mon Sep 17 00:00:00 2001 From: Rostyslav Tyshko Date: Wed, 9 Apr 2025 01:32:34 -0400 Subject: [PATCH] add dependency to sequencer_core --- sequencer_core/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sequencer_core/Cargo.toml b/sequencer_core/Cargo.toml index 634337e..992992a 100644 --- a/sequencer_core/Cargo.toml +++ b/sequencer_core/Cargo.toml @@ -21,3 +21,7 @@ path = "../mempool" [dependencies.accounts] path = "../accounts" + +[dependencies.secp256k1-zkp] +workspace = true +features = ["std", "rand-std", "rand", "serde", "global-context"] \ No newline at end of file