[package] name = "simple_arithmetic_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"