diff --git a/proof-input/Cargo.toml b/proof-input/Cargo.toml index 2c57eb9..752d0b9 100755 --- a/proof-input/Cargo.toml +++ b/proof-input/Cargo.toml @@ -15,6 +15,7 @@ plonky2_field = { workspace = true } # --- local --- plonky2_poseidon2 = { path = "../plonky2_poseidon2" } codex-plonky2-circuits = { path = "../codex-plonky2-circuits" } +plonky2_monolith = { path = "../plonky2-monolith" } [features] default = []