mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-10 14:18:34 -05:00
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.
18 lines
291 B
TOML
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]
|