Files
powdr/examples/keccak/Cargo.toml
Leo 340858edd1 changes for release 0.1.3 (#2287)
I created a temporary tag 0.1.3 out of this branch for testing. Once
this is merged into main I'll rewrite the tag and publish it.
2024-12-29 10:28:07 +00:00

18 lines
291 B
TOML

[package]
name = "keccak"
version = "0.1.0"
edition = "2021"
[features]
default = []
simd = ["powdr/plonky3-simd"]
[dependencies]
powdr = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.3", features = ["plonky3"] }
hex = "0.4"
env_logger = "0.10.2"
log = "0.4.17"
[workspace]