From 2950d566ea2c50e528c3b2e72ead9d2f1bebd12b Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Fri, 6 Oct 2023 16:47:45 +0100 Subject: [PATCH] add ethereum-trie to workspace --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b78018bd0..8f6454016 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ members = [ # modules "parachain/modules/ismp/state-machine", + "parachain/modules/tries/ethereum", "parachain/modules/consensus/sync-committee/prover", "parachain/modules/consensus/sync-committee/verifier", "parachain/modules/consensus/sync-committee/primitives",