diff options
Diffstat (limited to 'zkvms/zkwasm/guest/Cargo.toml')
| -rw-r--r-- | zkvms/zkwasm/guest/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zkvms/zkwasm/guest/Cargo.toml b/zkvms/zkwasm/guest/Cargo.toml index 5adaea6..41d432f 100644 --- a/zkvms/zkwasm/guest/Cargo.toml +++ b/zkvms/zkwasm/guest/Cargo.toml @@ -14,6 +14,7 @@ rlp = { version = "0.5.2", default-features = false } zkwasm-rust-sdk = { git = "https://github.com/DelphinusLab/zkWasm-rust.git" } wasm-bindgen = "=0.2.95" +tobytes = { path = "../host/tobytes" } wrapper_macro = { version = "0.1.0", path = "../wrapper_macro" } # The zkp dependency references a chosen guest in guests. It is included |
