mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-09 02:38:04 -05:00
13 lines
248 B
TOML
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
|