mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-09 22:18:13 -05:00
15 lines
352 B
TOML
15 lines
352 B
TOML
[workspace]
|
|
[package]
|
|
name = "guest-sha256-stdin"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
|
sha2 = { version = "0.10", default-features = false }
|
|
digest = { version = "0.10", default-features = false }
|
|
|
|
[profile.release-with-debug]
|
|
inherits = "release"
|
|
debug = true
|