|
| 1 | +[net] |
| 2 | +git-fetch-with-cli = true |
| 3 | + |
| 4 | +# [patch."ssh://git@github.com/openvm-org/openvm.git"] |
| 5 | +# # OpenVM |
| 6 | +# openvm-sdk = { path = "../openvm/crates/sdk", default-features = false } |
| 7 | +# cargo-openvm = { path = "../openvm/crates/cli", default-features = false } |
| 8 | +# openvm-mod-circuit-builder = { path = "../openvm/crates/circuits/mod-builder", default-features = false } |
| 9 | +# openvm-poseidon2-air = { path = "../openvm/crates/circuits/poseidon2-air", default-features = false } |
| 10 | +# openvm-circuit-primitives = { path = "../openvm/crates/circuits/primitives", default-features = false } |
| 11 | +# openvm-circuit-primitives-derive = { path = "../openvm/crates/circuits/primitives/derive", default-features = false } |
| 12 | +# openvm = { path = "../openvm/crates/toolchain/openvm", default-features = false } |
| 13 | +# openvm-build = { path = "../openvm/crates/toolchain/build", default-features = false } |
| 14 | +# openvm-instructions = { path = "../openvm/crates/toolchain/instructions", default-features = false } |
| 15 | +# openvm-instructions-derive = { path = "../openvm/crates/toolchain/instructions/derive", default-features = false } |
| 16 | +# openvm-macros-common = { path = "../openvm/crates/toolchain/macros", default-features = false } |
| 17 | +# openvm-platform = { path = "../openvm/crates/toolchain/platform", default-features = false } |
| 18 | +# openvm-transpiler = { path = "../openvm/crates/toolchain/transpiler", default-features = false } |
| 19 | +# openvm-circuit = { path = "../openvm/crates/vm", default-features = false } |
| 20 | +# openvm-circuit-derive = { path = "../openvm/crates/vm/derive", default-features = false } |
| 21 | +# openvm-stark-backend = { path = "../stark-backend/crates/stark-backend", default-features = false } |
| 22 | +# openvm-stark-sdk = { path = "../stark-backend/crates/stark-sdk", default-features = false } |
| 23 | + |
| 24 | +# # Extensions |
| 25 | +# openvm-algebra-circuit = { path = "../openvm/extensions/algebra/circuit", default-features = false } |
| 26 | +# openvm-algebra-transpiler = { path = "../openvm/extensions/algebra/transpiler", default-features = false } |
| 27 | +# openvm-algebra-guest = { path = "../openvm/extensions/algebra/guest", default-features = false } |
| 28 | +# openvm-algebra-moduli-setup = { path = "../openvm/extensions/algebra/moduli-setup", default-features = false } |
| 29 | +# openvm-algebra-complex-macros = { path = "../openvm/extensions/algebra/guest/src/field/complex-macros", default-features = false } |
| 30 | +# openvm-bigint-circuit = { path = "../openvm/extensions/bigint/circuit", default-features = false } |
| 31 | +# openvm-bigint-transpiler = { path = "../openvm/extensions/bigint/transpiler", default-features = false } |
| 32 | +# openvm-bigint-guest = { path = "../openvm/extensions/bigint/guest", default-features = false } |
| 33 | +# openvm-ecc-circuit = { path = "../openvm/extensions/ecc/circuit", default-features = false } |
| 34 | +# openvm-ecc-transpiler = { path = "../openvm/extensions/ecc/transpiler", default-features = false } |
| 35 | +# openvm-ecc-guest = { path = "../openvm/extensions/ecc/guest", default-features = false } |
| 36 | +# openvm-ecc-sw-setup = { path = "../openvm/extensions/ecc/sw-setup", default-features = false } |
| 37 | +# openvm-keccak256-circuit = { path = "../openvm/extensions/keccak256/circuit", default-features = false } |
| 38 | +# openvm-keccak256-transpiler = { path = "../openvm/extensions/keccak256/transpiler", default-features = false } |
| 39 | +# openvm-keccak256-guest = { path = "../openvm/extensions/keccak256/guest", default-features = false } |
| 40 | +# openvm-native-circuit = { path = "../openvm/extensions/native/circuit", default-features = false } |
| 41 | +# openvm-native-compiler = { path = "../openvm/extensions/native/compiler", default-features = false } |
| 42 | +# openvm-native-compiler-derive = { path = "../openvm/extensions/native/compiler/derive", default-features = false } |
| 43 | +# openvm-native-recursion = { path = "../openvm/extensions/native/recursion", default-features = false } |
| 44 | +# openvm-pairing-circuit = { path = "../openvm/extensions/pairing/circuit", default-features = false } |
| 45 | +# openvm-pairing-transpiler = { path = "../openvm/extensions/pairing/transpiler", default-features = false } |
| 46 | +# openvm-pairing-guest = { path = "../openvm/extensions/pairing/guest", default-features = false } |
| 47 | +# openvm-rv32-adapters = { path = "../openvm/extensions/rv32-adapters", default-features = false } |
| 48 | +# openvm-rv32im-circuit = { path = "../openvm/extensions/rv32im/circuit", default-features = false } |
| 49 | +# openvm-rv32im-transpiler = { path = "../openvm/extensions/rv32im/transpiler", default-features = false } |
| 50 | +# openvm-rv32im-guest = { path = "../openvm/extensions/rv32im/guest", default-features = false } |
| 51 | + |
| 52 | +# [patch.crates-io] |
| 53 | +# revm = { path = "../revm/crates/revm" } |
| 54 | +# revm-primitives = { path = "../revm/crates/primitives" } |
| 55 | +# revm-interpreter = { path = "../revm/crates/interpreter" } |
| 56 | +# revm-precompile = { path = "../revm/crates/precompile" } |
0 commit comments