2024-09-17 17:04:30 +03:00

14 lines
395 B
TOML

[package]
name = "mem_alloc_vec_test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
zkwasm-rust-sdk = { git = "https://github.com/DelphinusLab/zkWasm-rust.git" }
wasm-bindgen = "0.2.83"
memory_allocations = { path = "../../../shared/memory_allocations"}