mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-03 05:43:10 +00:00
8 lines
216 B
TOML
8 lines
216 B
TOML
[package]
|
|
name = "mem_alloc_vec_test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
zkm-runtime = { git = "https://github.com/zkMIPS/zkm.git" }
|
|
memory_allocations = { path = "../../../shared/memory_allocations"} |