@@ -12,6 +12,17 @@ openvm-native-transpiler = { path = "/openvm-gpu/extensions/native/transpiler",
1212openvm-rv32im-transpiler = { path = " /openvm-gpu/extensions/rv32im/transpiler" , default-features = false }
1313openvm-sdk = { path = " /openvm-gpu/crates/sdk" , default-features = false , features = [" parallel" , " bench-metrics" , " evm-prove" ] }
1414openvm-transpiler = { path = " /openvm-gpu/crates/toolchain/transpiler" , default-features = false }
15+ # implicit dep
16+ openvm = { path = " /openvm-gpu/crates/toolchain/openvm" , default-features = false }
17+ openvm-algebra-complex-macros = { path = " /openvm-gpu/extensions/algebra/complex-macros" , default-features = false }
18+ openvm-algebra-guest = { path = " /openvm-gpu/extensions/algebra/guest" , default-features = false }
19+ openvm-bigint-guest = { path = " /openvm-gpu/extensions/bigint/guest" , default-features = false }
20+ openvm-custom-insn = { path = " /openvm-gpu/crates/toolchain/custom_insn" , default-features = false }
21+ openvm-ecc-guest = { path = " /openvm-gpu/extensions/ecc/guest" , default-features = false }
22+ openvm-keccak256-guest = { path = " /openvm-gpu/extensions/keccak256/guest" , default-features = false }
23+ openvm-pairing-guest = { path = " /openvm-gpu/extensions/pairing/guest" , default-features = false }
24+ openvm-rv32im-guest = { path = " /openvm-gpu/extensions/rv32im/guest" , default-features = false }
25+ openvm-sha256-guest = { path = " /openvm-gpu/extensions/sha256/guest" , default-features = false }
1526
1627[patch ."ssh://git@github .com/scroll-tech/openvm-gpu .git" ]
1728openvm-build = { path = " /openvm-gpu/crates/toolchain/build" , default-features = false }
@@ -25,6 +36,18 @@ openvm-native-transpiler = { path = "/openvm-gpu/extensions/native/transpiler",
2536openvm-rv32im-transpiler = { path = " /openvm-gpu/extensions/rv32im/transpiler" , default-features = false }
2637openvm-sdk = { path = " /openvm-gpu/crates/sdk" , default-features = false , features = [" parallel" , " bench-metrics" , " evm-prove" ] }
2738openvm-transpiler = { path = " /openvm-gpu/crates/toolchain/transpiler" , default-features = false }
39+ # implicit dep
40+ openvm = { path = " /openvm-gpu/crates/toolchain/openvm" , default-features = false }
41+ openvm-algebra-complex-macros = { path = " /openvm-gpu/extensions/algebra/complex-macros" , default-features = false }
42+ openvm-algebra-guest = { path = " /openvm-gpu/extensions/algebra/guest" , default-features = false }
43+ openvm-bigint-guest = { path = " /openvm-gpu/extensions/bigint/guest" , default-features = false }
44+ openvm-custom-insn = { path = " /openvm-gpu/crates/toolchain/custom_insn" , default-features = false }
45+ openvm-ecc-guest = { path = " /openvm-gpu/extensions/ecc/guest" , default-features = false }
46+ openvm-keccak256-guest = { path = " /openvm-gpu/extensions/keccak256/guest" , default-features = false }
47+ openvm-pairing-guest = { path = " /openvm-gpu/extensions/pairing/guest" , default-features = false }
48+ openvm-rv32im-guest = { path = " /openvm-gpu/extensions/rv32im/guest" , default-features = false }
49+ openvm-sha256-guest = { path = " /openvm-gpu/extensions/sha256/guest" , default-features = false }
50+
2851
2952# stark-backend
3053[patch ."https://github .com/openvm-org/stark-backend .git" ]
0 commit comments