mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
24 lines
830 B
TOML
24 lines
830 B
TOML
[package]
|
|
name = "ere-openvm"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
zkvm-interface = { workspace = true }
|
|
|
|
openvm-sdk = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.2.0", default-features = false }
|
|
openvm-circuit = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.2.0", default-features = false }
|
|
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.1.0" }
|
|
openvm-build = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.2.0", default-features = false }
|
|
openvm-transpiler = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.2.0", default-features = false }
|
|
|
|
thiserror = "2"
|
|
|
|
[build-dependencies]
|
|
build-utils = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|