Files
powdr/examples/keccak/guest/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

13 lines
265 B
TOML

[package]
name = "powdr-guest"
version = "0.1.0"
edition = "2021"
[dependencies]
powdr-riscv-runtime = { git = "https://github.com/powdr-labs/powdr", tag = "v0.1.3", features = [
"std",
] }
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
[workspace]