mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-09 23:08:13 -05:00
14 lines
301 B
TOML
14 lines
301 B
TOML
[workspace]
|
|
[package]
|
|
name = "guest-keccak-stdin"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
|
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
|
|
|
[profile.release-with-debug]
|
|
inherits = "release"
|
|
debug = true
|