mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-09 22:18:13 -05:00
17 lines
251 B
TOML
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 = []
|