mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-08 21:58:00 -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.
13 lines
265 B
TOML
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]
|