blob: 01e3fda8e182501fe43523119676ddd0ad83f38b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "host-zkwasm"
version = "0.1.0"
edition = "2021"
[dependencies]
zkvms_host_io = { path = "../../../zkvms_host_io" }
regex = "1.11.1"
# THESE ARE A COPY OF THE GUEST DEPENDENCIES
# They're here as a hack, so crane.lib will fetch them
rlp = { version = "0.5.2", default-features = false }
zkwasm-rust-sdk = { git = "https://github.com/DelphinusLab/zkWasm-rust.git" }
wasm-bindgen = "=0.2.95"
|