mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-10 09:58:20 -05:00
Move patch to workspace cargo toml (#2726)
This commit is contained in:
committed by
GitHub
parent
fe3c5bed81
commit
76bbebb53c
29
Cargo.toml
29
Cargo.toml
@@ -95,3 +95,32 @@ debug = true
|
||||
print_stdout = "deny"
|
||||
uninlined_format_args = "deny"
|
||||
iter_over_hash_type = "deny"
|
||||
|
||||
# Uncomment both patches below for local stark-backend and openvm.
|
||||
# The local openvm also needs to have stark-backend patched so all types match.
|
||||
#[patch."https://github.com/powdr-labs/stark-backend.git"]
|
||||
#openvm-stark-sdk = { path = "../stark-backend/crates/stark-sdk", default-features = false }
|
||||
#openvm-stark-backend = { path = "../stark-backend/crates/stark-backend", default-features = false }
|
||||
#
|
||||
# [patch."https://github.com/powdr-labs/openvm.git"]
|
||||
# openvm-transpiler = { path = "../openvm/crates/toolchain/transpiler" }
|
||||
# openvm = { path = "../openvm/crates/toolchain/openvm" }
|
||||
# openvm-build = { path = "../openvm/crates/toolchain/build" }
|
||||
# openvm-rv32im-circuit = { path = "../openvm/extensions/rv32im/circuit/" }
|
||||
# openvm-rv32im-transpiler = { path = "../openvm/extensions/rv32im/transpiler" }
|
||||
# openvm-rv32im-guest = { path = "../openvm/extensions/rv32im/guest" }
|
||||
# openvm-circuit = { path = "../openvm/crates/vm" }
|
||||
# openvm-circuit-derive = { path = "../openvm/crates/vm/derive" }
|
||||
# openvm-circuit-primitives = { path = "../openvm/crates/circuits/primitives" }
|
||||
# openvm-circuit-primitives-derive = { path = "../openvm/crates/circuits/primitives/derive" }
|
||||
# openvm-instructions = { path = "../openvm/crates/toolchain/instructions" }
|
||||
# openvm-instructions-derive = { path = "../openvm/crates/toolchain/instructions/derive" }
|
||||
# openvm-sdk = { path = "../openvm/crates/sdk" }
|
||||
# openvm-ecc-transpiler = { path = "../openvm/extensions/ecc/transpiler" }
|
||||
# openvm-keccak256-circuit = { path = "../openvm/extensions/keccak256/circuit" }
|
||||
# openvm-keccak256-transpiler = { path = "../openvm/extensions/keccak256/transpiler" }
|
||||
# openvm-sha256-circuit = { path = "../openvm/extensions/sha256/circuit" }
|
||||
# openvm-sha256-transpiler = { path = "../openvm/extensions/sha256/transpiler" }
|
||||
# openvm-algebra-transpiler = { path = "../openvm/extensions/algebra/transpiler" }
|
||||
# openvm-native-circuit = { path = "../openvm/extensions/native/circuit" }
|
||||
# openvm-native-recursion = { path = "../openvm/extensions/native/recursion" }
|
||||
|
||||
@@ -57,32 +57,3 @@ test-log = { version = "0.2.17", features = ["trace"] }
|
||||
|
||||
[lib]
|
||||
bench = false # See https://github.com/bheisler/criterion.rs/issues/458
|
||||
|
||||
# Uncomment both patches below for local stark-backend and openvm.
|
||||
# The local openvm also needs to have stark-backend patched so all types match.
|
||||
#[patch."https://github.com/powdr-labs/stark-backend.git"]
|
||||
#openvm-stark-sdk = { path = "../../stark-backend/crates/stark-sdk", default-features = false }
|
||||
#openvm-stark-backend = { path = "../../stark-backend/crates/stark-backend", default-features = false }
|
||||
#
|
||||
#[patch."https://github.com/powdr-labs/openvm.git"]
|
||||
#openvm-transpiler = { path = "../../openvm/crates/toolchain/transpiler" }
|
||||
#openvm = { path = "../../openvm/crates/toolchain/openvm" }
|
||||
#openvm-build = { path = "../../openvm/crates/toolchain/build" }
|
||||
#openvm-rv32im-circuit = { path = "../../openvm/extensions/rv32im/circuit/" }
|
||||
#openvm-rv32im-transpiler = { path = "../../openvm/extensions/rv32im/transpiler" }
|
||||
#openvm-rv32im-guest = { path = "../../openvm/extensions/rv32im/guest" }
|
||||
#openvm-circuit = { path = "../../openvm/crates/vm" }
|
||||
#openvm-circuit-derive = { path = "../../openvm/crates/vm/derive" }
|
||||
#openvm-circuit-primitives = { path = "../../openvm/crates/circuits/primitives" }
|
||||
#openvm-circuit-primitives-derive = { path = "../../openvm/crates/circuits/primitives/derive" }
|
||||
#openvm-instructions = { path = "../../openvm/crates/toolchain/instructions" }
|
||||
#openvm-instructions-derive = { path = "../../openvm/crates/toolchain/instructions/derive" }
|
||||
#openvm-sdk = { path = "../../openvm/crates/sdk" }
|
||||
#openvm-ecc-transpiler = { path = "../../openvm/extensions/ecc/transpiler" }
|
||||
#openvm-keccak256-circuit = { path = "../../openvm/extensions/keccak256/circuit" }
|
||||
#openvm-keccak256-transpiler = { path = "../../openvm/extensions/keccak256/transpiler" }
|
||||
#openvm-sha256-circuit = { path = "../../openvm/extensions/sha256/circuit" }
|
||||
#openvm-sha256-transpiler = { path = "../../openvm/extensions/sha256/transpiler" }
|
||||
#openvm-algebra-transpiler = { path = "../../openvm/extensions/algebra/transpiler" }
|
||||
#openvm-native-circuit = { path = "../../openvm/extensions/native/circuit" }
|
||||
#openvm-native-recursion = { path = "../../openvm/extensions/native/recursion" }
|
||||
|
||||
Reference in New Issue
Block a user