mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-02 13:23:08 +00:00
15 lines
406 B
TOML
15 lines
406 B
TOML
[package]
|
|
name = "mem_alloc_vec_test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nexus-rt = { git = "https://github.com/nexus-xyz/nexus-zkvm.git", version = "0.2.3" }
|
|
|
|
# Generated by cargo-nexus, do not remove!
|
|
#
|
|
# This profile is used for generating proofs, as Nexus VM support for compiler optimizations is still under development.
|
|
[features]
|
|
cycles = [] # Enable cycle counting for run command
|
|
|