mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
10 lines
243 B
TOML
10 lines
243 B
TOML
[package]
|
|
name = "ere-test-risc0-allocs-alignment"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
ere-platform-risc0 = { path = "../../../crates/zkvm/risc0/platform", default-features = false, features = ["std", "unstable"] }
|