mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-09 02:38:04 -05:00
16 lines
721 B
TOML
16 lines
721 B
TOML
|
|
[workspace]
|
|
[package]
|
|
name = "openvm-ecc-test-programs"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
|
openvm-ecc-guest = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", subdirectory = "extensions/ecc/guest", default-features = false }
|
|
openvm-algebra-guest = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", subdirectory = "extensions/algebra/guest", default-features = false }
|
|
openvm-k256 = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", subdirectory = "guest-libs/k256", package = "k256", features = [
|
|
"ecdsa",
|
|
]}
|
|
|
|
hex-literal = { version = "0.4.1", default-features = false } |