Files
powdr/openvm/guest-u256/Cargo.toml
2025-09-09 21:07:37 +00:00

17 lines
251 B
TOML

[package]
name = "u256-example"
version = "0.0.0"
edition = "2021"
[workspace]
members = []
[dependencies]
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", features = [
"std",
] }
ruint = "1.16"
[features]
default = []