aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkwasm/host/Cargo.toml
blob: bb19d8b0f42e878e575251f779a17981c3bdb943 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "host-zkwasm"
version = "0.1.0"
edition = "2021"

[dependencies]
zkvms_host_io = { path = "../../../zkvms_host_io" }

# 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"