Files
powdr/openvm/guest-matmul/Cargo.toml
2025-09-09 21:07:37 +00:00

13 lines
248 B
TOML

[workspace]
[package]
name = "powdr-openvm-matmul-test"
version = "0.0.0"
edition = "2021"
[dependencies]
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
[profile.release-with-debug]
inherits = "release"
debug = true