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

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